ntk-cms-api
Version:
Ntk Cms Api And Model For Typscript
12 lines (11 loc) • 362 B
TypeScript
import { NotificationTypeEnum } from '../../enums/base/notificationTypeEnum';
export declare class RenderModelApplicationSendNotificationInput {
appId: number;
linkMemberIds: string[];
title: string;
content: string;
contentJson: string;
contentType: NotificationTypeEnum;
smallImageId?: number;
bigImageId?: number;
}