@health-samurai/aidbox-client
    Preparing search index...

    Interface Address

    interface Address {
        city?: string;
        _city?: Element;
        country?: string;
        _country?: Element;
        district?: string;
        _district?: Element;
        line?: string[];
        _line?: Element;
        period?: Period;
        postalCode?: string;
        _postalCode?: Element;
        state?: string;
        _state?: Element;
        text?: string;
        _text?: Element;
        type?: "postal" | "physical" | "both";
        _type?: Element;
        use?: "home" | "work" | "temp" | "old" | "billing";
        _use?: Element;
        id?: string;
        _id?: Element;
    }

    Hierarchy (View Summary)

    Index

    Properties

    city?: string
    _city?: Element
    country?: string
    _country?: Element
    district?: string
    _district?: Element
    line?: string[]
    _line?: Element
    period?: Period
    postalCode?: string
    _postalCode?: Element
    state?: string
    _state?: Element
    text?: string
    _text?: Element
    type?: "postal" | "physical" | "both"
    _type?: Element
    use?: "home" | "work" | "temp" | "old" | "billing"
    _use?: Element
    id?: string
    _id?: Element