5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
export type AddressCountryEmptyError = {
|
|
name: string;
|
|
message: string;
|
|
};
|