mirror of
https://codeberg.org/JasterV/sentences-crud.git
synced 2026-04-27 02:15:43 +00:00
6 lines
No EOL
147 B
TypeScript
6 lines
No EOL
147 B
TypeScript
import { ValidationSchema } from "fastest-validator";
|
|
|
|
export const createSchema: ValidationSchema = {
|
|
text: 'string',
|
|
category: 'string'
|
|
} |