interface JsonIdentityBundle {
    identities: JsonIdentityList;
    version: number;
}

Properties

Properties

identities: JsonIdentityList
version: number