Delete UpdateUserParameters

This commit is contained in:
amiram 2017-06-21 22:21:37 +03:00
parent 3ce5e85def
commit d7603c2fcd

View File

@ -81,9 +81,6 @@ export interface Identity {
isSocial: boolean;
}
export interface UpdateUserParameters extends ObjectWithId {
}
export interface AuthenticationClientOptions {
clientId?: string;
domain: string;