UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

24 lines (23 loc) 821 B
import { DataFieldInfoModel } from './fieldInfo/dataFieldInfoModel'; export declare class AccessModel { moduleName: string; moduleEntityName: string; versionModel: string; versionService: string; accessDeleteRow: boolean; accessWatchRow: boolean; accessCountRow: boolean; accessEditRow: boolean; accessAddRow: boolean; accessExportFile: boolean; accessRowInPanelDemo: boolean; accessRowWatchInSharingCategory: boolean; accessWatchRowOtherSiteId: boolean; accessWatchRowOtherCreatedBy: boolean; accessCountRowOtherSiteId: boolean; accessCountRowOtherCreatedBy: boolean; accessEditRowOtherSiteId: boolean; accessEditRowOtherCreatedBy: boolean; accessDeleteRowOtherCreatedBy: boolean; fieldsInfo: DataFieldInfoModel[]; }