WebhookMixin

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

No summary provided.

NameConstraintsOptionalDefaultDescription
EntityNoNone
NameTypeOptionalDescription
BaseConstructable<Entity>YesNone