feat(cloud-page) - setup1
This commit is contained in:
7
packages/db/types/cloudStorage-types.ts
Normal file
7
packages/db/types/cloudStorage-types.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { CloudFolderUncheckedCreateInputObjectSchema, CloudFileUncheckedCreateInputObjectSchema } from "@repo/db/usedSchemas";
|
||||
import {z} from "zod";
|
||||
|
||||
export type CloudFolder = z.infer<typeof CloudFolderUncheckedCreateInputObjectSchema>;
|
||||
export type CloudFile = z.infer<typeof CloudFileUncheckedCreateInputObjectSchema>;
|
||||
|
||||
|
||||
@@ -8,3 +8,4 @@ export * from "./staff-types";
|
||||
export * from "./user-types";
|
||||
export * from "./databaseBackup-types";
|
||||
export * from "./notifications-types";
|
||||
export * from "./cloudStorage-types";
|
||||
Reference in New Issue
Block a user