Address: {
    city?: string;
    country?: string;
    details?: string;
    district?: string;
    province?: string;
}

地址信息

Type declaration

  • Optional city?: string
  • Optional country?: string
  • Optional details?: string

    详细地址

  • Optional district?: string
  • Optional province?: string

Generated using TypeDoc