AboutSupportDeveloper GuideVersion 43.142.100.106
interface Country {
    id: OpenFin.FDC3.v2_0.CountryID;
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

Properties

Properties

name?: string
type: string