UNPKG

cecon-interfaces

Version:
11 lines (10 loc) 203 B
export interface IIuguPlanFeature { createdAt: Date; id: string; identifier: string; important: boolean; name: string; position: number; updatedAt: Date; value: number; }