interface IdentityData {
    identityIds?: string[];
}

Properties

Properties

identityIds?: string[]