UNPKG

@tsclass/tsclass

Version:

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

8 lines (7 loc) 188 B
export interface IObjectStatus { current: 'active' | 'inactive' | 'hidden' | 'markedForDeletion'; scheduledDeletion: number; justForLooks: { scheduledDeletionIso: string; }; }