UNPKG

@alisdigital/types-library

Version:

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

6 lines (5 loc) 120 B
export interface IFeatureModelAttributes { name: string; value: boolean; sub?: IFeatureModelAttributes[]; }