UNPKG

@alisdigital/types-library

Version:

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

8 lines (7 loc) 218 B
import { IStatusResponse } from "../../Base/response/status.response"; export interface IAuthResponse { accessToken: string; refreshToken: string; } export interface ILogoutResponse extends IStatusResponse { }