function PartialWebhookMixin

export function PartialWebhookMixin<Entity>(Base?: Constructable<Entity>): Constructable<Entity & PartialWebhookFields>;

Type Parameters

Entity

Parameters

optional
Base?: Constructable<Entity>