UNPKG

@agility/management-sdk

Version:
14 lines (13 loc) 404 B
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; }