frontend/.pnpm-store/v3/files/32/447d2d7ed47dea4688409e307e46e8efb4e22917dfca3f591f949be9ae5925773d26907ead5cc3cd37c16590d2c6333250ddf750290a3fef3c6fbd580f4ea9

8 lines
134 B
Plaintext

export type Address = {
address1: string;
address2: string;
postalcode: string;
city: string;
country: string;
};