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