import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { Model, ModelAttributes } from "@golemio/core/dist/shared/sequelize"; import { IEJLookup } from "./interfaces/IEJLookup"; export declare class EJLookupModel extends Model implements IEJLookup { static readonly TABLE_NAME = "eno_ciselnik_evidencni_jednotka"; guid: string; aktivni: boolean; datum_zalozeni: Date | null; datum_zruseni: Date | null; druh_po: string; hlavni: boolean; ic: string; id: number; kod: string; kod_maj_evidencni_jednotka_hl: string; kod_maj_evidencni_jednotka_ot: string; kod_maj_spravce_ucet_jednotka: string; kod_ucetni_ej: string; nazev: string; platnost_od: Date | null; poznamka: string; typ: string; static attributeModel: ModelAttributes; static jsonSchema: JSONSchemaType; }