export type TAutoComplete =
    | "name"
    | "username"
    | "organization"
    | "organization-title"
    | "street-address"
    | "address-level1"
    | "address-level2"
    | "country-name"
    | "postal-code"
    | "sex"
    | "tel";
