Available types

LocationAddress

Describes the physical address of a location.

fields

fieldtyperequireddescription
country_codestringrequiredThe two-letter ISO 3166-1 alpha-2 country code of the country where the location is located
statestringoptionalOptional. State of the location
citystringoptionalOptional. City of the location
streetstringoptionalOptional. Street address of the location

import

types.ts
import type { LocationAddress } from "@yaebal/types";

used by

types