ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
18 lines (17 loc) • 597 B
TypeScript
import { BaseModuleEntity } from '../base/baseModuleEntity';
import { SmsMainApiPathModel } from './smsMainApiPathModel';
export declare class SmsMainApiPathPermissionModel extends BaseModuleEntity<string> {
linkApiPathId: string;
linkCoreUserId?: number;
linkCoreSiteId?: number;
linkCoreUserGroupId?: number;
linkCoreSiteCategoryId?: number;
hasAccess: boolean;
hasInherits: boolean;
fromDate: Date;
expireDate: Date;
accessStatus: number;
action: number;
virtual_ApiPath: SmsMainApiPathModel;
apiPath: SmsMainApiPathModel;
}