scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
15 lines (14 loc) • 325 B
TypeScript
import { EAppMode } from '../../app';
export interface IFeature {
appId: string;
appMode: EAppMode | null;
companyId: string;
containerId: string;
createdAt: Date;
deviceId: string;
id: string;
installationId: string;
name: string;
planId: string | null;
subscriptionId: string;
}