AboutSupportDeveloper GuideVersion 38.126.82.64
interface ContactList {
    contacts: OpenFin.FDC3.v1_2.Contact[];
    id?: {
        [key: string]: string;
    };
    name?: string;
    type: string;
}

Properties

Properties

contacts: OpenFin.FDC3.v1_2.Contact[]
id?: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
name?: string
type: string