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