gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
27 lines (23 loc) • 647 B
TypeScript
import { Base } from "../../../";
/*********************************************
* NewsNotificationUpdatePayload
**********************************************/
export interface NewsNotificationUpdatePayload {
ActivityId?: any;
AuthorName?: string;
AuthorObjectId?: any;
EventType?: string;
ListId?: any;
ListItemUniqueId?: any;
PageTitle?: string;
PageUrl?: string;
SiteId?: any;
SiteName?: string;
Timestamp?: any;
WebId?: any;
}
/*********************************************
* NewsNotificationUpdatePayloadCollections
**********************************************/
export interface NewsNotificationUpdatePayloadCollections {
}