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