export type UserAddress = { id?: number; contact: string; phone: string; province: string; city: string; district: string; address: string; isDefault: boolean; };