Newer
Older
percord / src / util / schemas / WebhookCreateSchema.ts
@Madeline Madeline on 26 Sep 2022 118 bytes Move schemas to /src/util/schemas
// TODO: webhooks
export interface WebhookCreateSchema {
	/**
	 * @maxLength 80
	 */
	name: string;
	avatar: string;
}