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.
|
|
|
import { LoginRequest } from '../../hmg-common/services/authentication/models/login.request';
|
|
|
|
export class notificationTypeRequest extends LoginRequest {
|
|
public static SHARED_DATA = 'vacation-request';
|
|
public P_ITEM_TYPE: string;
|
|
public P_NOTIFICATION_NAME: string;
|
|
}
|