diff --git a/front/src/back-api/model/local-date.ts b/front/src/back-api/model/local-date.ts deleted file mode 100644 index 79cc72d..0000000 --- a/front/src/back-api/model/local-date.ts +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Interface of the server (auto-generated code) - */ -import { z as zod } from "zod"; - - -export const ZodLocalDate = zod.string().date(); -export type LocalDate = zod.infer; diff --git a/front/src/back-api/model/uuid.ts b/front/src/back-api/model/uuid.ts deleted file mode 100644 index 93c1be4..0000000 --- a/front/src/back-api/model/uuid.ts +++ /dev/null @@ -1,8 +0,0 @@ -/** - * Interface of the server (auto-generated code) - */ -import { z as zod } from "zod"; - - -export const ZodUUID = zod.string().uuid(); -export type UUID = zod.infer;