UNPKG

@gsb-core/core

Version:

GSB core services and classes for platform-independent web applications

20 lines (19 loc) 507 B
import { GsbProperty } from './gsb-entity-def.model'; import { GsbModule } from './gsb-module.model'; export declare class GsbCodeGenerator { _entDefName?: string; id?: string; day?: boolean; properties?: GsbProperty[]; month?: boolean; text?: string; name?: string; year?: boolean; module?: GsbModule; digits?: number; module_id?: string; title?: string; lastUpdateDate?: Date; lastIndex?: number; constructor(obj?: Partial<GsbCodeGenerator>); }