Profiles: {
    [key: string]: {
        [key: string]: IdentityProfile;
    };
}

Represents a map of profile IDs to IdentityProfile objects.

Type declaration

Generated using TypeDoc