UNPKG

@c10t/nice-component-library

Version:

nice-component-library

10 lines (9 loc) 215 B
export declare class BaseModel { id?: number | null; checked?: boolean; invalid?: boolean; createdDate?: string; createdBy?: string; lastModifiedDate?: string; lastModifiedBy?: string; }