summary refs log tree commit diff
path: root/src/util/schemas/WebhookCreateSchema.ts
blob: c32b642dae0b0ce432b9e86b66a19f7d0a1e71da (plain) (blame)
1
2
3
4
5
6
7
8
// TODO: webhooks
export interface WebhookCreateSchema {
	/**
	 * @maxLength 80
	 */
	name: string;
	avatar: string;
}