interface Webhook {
    activityTypeIds: ActivityTypeId[];
    allEvent: boolean;
    created: string;
    createdUser: User;
    description: string;
    hookUrl: string;
    id: number;
    name: string;
    updated: string;
    updatedUser: User;
}

Properties

activityTypeIds: ActivityTypeId[]
allEvent: boolean
created: string
createdUser: User
description: string
hookUrl: string
id: number
name: string
updated: string
updatedUser: User