UNPKG

@agility/management-sdk

Version:
10 lines (9 loc) 240 B
export declare class Webhook { name: string | null; url: string | null; instanceGuid: string | null; enabled: boolean; contentWorkflowEvents: boolean; contentPublishEvents: boolean; contentSaveEvents: boolean; }