UNPKG

@alisdigital/types-library

Version:

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

6 lines (5 loc) 136 B
export interface IStatsRequest { period?: "daily" | "weekly" | "monthly" | "yearly"; date?: string; organizerId?: string; }