summary refs log tree commit diff
path: root/src/util/schemas/TemplateModifySchema.ts
blob: 2231a1d2a0078b3d789dc2efbf64fe66698e8b7d (plain) (blame)
1
2
3
4
5
export interface TemplateModifySchema {
	name: string;
	description?: string;
}