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