mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 18:34:45 +00:00
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
export interface TemplateModifySchema {
|
|
name: string;
|
|
description?: string;
|
|
}
|