@agility/management-sdk
Version:
Agility CMS Tyescript SDK for Management API.
14 lines (13 loc) • 404 B
TypeScript
export declare class Notification {
notificationID: number | null;
userID: number | null;
contentViewID: number | null;
pageItemContainerID: number | null;
createdAuthorID: number | null;
createdDate: string | null;
userName: string | null;
firstName: string | null;
lastName: string | null;
emailAddress: string | null;
notificationTypeName: string | null;
}