UNPKG

@alisdigital/types-library

Version:

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

9 lines (8 loc) 175 B
export interface ILoginRequest { phoneNumber: string; password: string; } export interface IRefreshTokenRequest { refreshToken: string; accessToken: string; }