WebhookMixin

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

No summary provided.

NameConstraintsOptionalDefaultDescription
TNoNone
NameTypeOptionalDescription
BaseConstructable<T>YesNone