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