kaios-types
    Preparing search index...

    Interface ContactField

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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