function WebhookMixin

export function WebhookMixin<Entity>(Base?: Constructable<Entity>): Constructable<Entity & WebhookFields>;

Type Parameters

Entity

Parameters

optional
Base?: Constructable<Entity>