UNPKG

@alisdigital/types-library

Version:

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

6 lines (5 loc) 119 B
export interface ErrorHandling { error: string; details?: any; } export type IResponse<T> = T | ErrorHandling;