UNPKG

@tsclass/tsclass

Version:

Provides TypeScript definitions for various business, financial, networking, content, and other common classes.

5 lines (4 loc) 92 B
export interface IEvent_Session { userID: string; sessionType: 'new' | 'reactivated'; }