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