Type Alias OtpSignInRequestResponseDto

OtpSignInRequestResponseDto: {
    devCode?: string;
    nextResendAvailableAt: string;
}