UNPKG

@selfcommunity/api-services

Version:
12 lines (11 loc) 203 B
/** * SSOSignUpParams */ export interface SSOSignUpParams { ext_id?: number; username: string; email: string; password?: string; role?: string | null; tags?: number[] | null; }