UNPKG

@alisdigital/types-library

Version:

TypeScript type definitions for Papilet ecosystem with session soft delete and event management features

9 lines (8 loc) 170 B
export interface IAuthLoginRequest { loginKey: string; password: string; } export interface IVerifyTwoFactorRequest { code: string; secureCode: string; }