UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

12 lines (11 loc) 541 B
import { BaseModuleEntity } from '../base/baseModuleEntity'; import { ArticleCategoryModel } from './articleCategoryModel'; import { ArticleShareServerCategoryModel } from './articleShareServerCategoryModel'; export declare class ArticleShareReceiverCategoryModel extends BaseModuleEntity<number> { fromDate?: Date; linkShareReciverCategoryId: number; linkShareServerCategoryId: number; expireDate?: Date; shareServerCategory: ArticleShareServerCategoryModel; shareReciverCategory: ArticleCategoryModel; }