kaios-types
    Preparing search index...

    Interface ContactTelField

    interface ContactTelField {
        carrier?: string | null;
        pref?: boolean | null;
        type?: string[] | null;
        value?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    carrier?: string | null
    pref?: boolean | null
    type?: string[] | null
    value?: string | null