marsol
Version:
Marsol.ly services JS SDK
26 lines (25 loc) • 444 B
TypeScript
/**
*
* @export
* @interface ResendSignupOTPRequestDTO
*/
export interface ResendSignupOTPRequestDTO {
/**
*
* @type {string}
* @memberof ResendSignupOTPRequestDTO
*/
requestId: string;
/**
*
* @type {string}
* @memberof ResendSignupOTPRequestDTO
*/
resendToken: string;
/**
*
* @type {string}
* @memberof ResendSignupOTPRequestDTO
*/
operation: string;
}