You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
351 B
TypeScript
11 lines
351 B
TypeScript
import { Response } from '../../hmg-common/services/models/response';
|
|
|
|
export class notificationTypeResponse extends Response {
|
|
public static SHARED_DATA = 'notificationTypeRespond-shared';
|
|
public FYI_FLAG:string;
|
|
public NOTIFICATION_DISPLAY_NAME:string;
|
|
public NOTIFICATION_NAME:string;
|
|
public NOTIFICATION_SUBJECT:string;
|
|
|
|
}
|