UNPKG

marsol

Version:
20 lines (19 loc) 297 B
/** * * @export * @interface SignupOTPRequest */ export interface SignupOTPRequest { /** * * @type {string} * @memberof SignupOTPRequest */ phoneNumber: string; /** * * @type {string} * @memberof SignupOTPRequest */ operation: string; }