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