summary refs log tree commit diff
path: root/src/util/schemas/GuildTemplateCreateSchema.ts
blob: 7caefcb85587922f15645acf4fbc0998fed690cc (plain) (blame)
1
2
3
4
export interface GuildTemplateCreateSchema {
	name: string;
	avatar?: string | null;
}