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