mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-11 19:04:51 +00:00
5 lines
87 B
TypeScript
5 lines
87 B
TypeScript
export interface GuildTemplateCreateSchema {
|
|
name: string;
|
|
avatar?: string | null;
|
|
}
|