teleproto - v1.229.0
    Preparing search index...

    Interface PostAddressIn

    interface PostAddressIn {
        _?: "postAddress";
        city: string;
        countryIso2: string;
        postCode: string;
        state: string;
        streetLine1: string;
        streetLine2: string;
    }
    Index
    _?: "postAddress"
    city: string
    countryIso2: string
    postCode: string
    state: string
    streetLine1: string
    streetLine2: string