interface GetUserByOptions {
    alias?: string;
    email?: string;
    id?: string;
    type?: UserType;
}

Properties

Properties

alias?: string
email?: string
id?: string
type?: UserType