1 2 3 4 5 6 7 8
// TODO: webhooks export interface WebhookCreateSchema { /** * @maxLength 80 */ name: string; avatar?: string; }