mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 15:01:17 +00:00
fix: upload arktype shape
This commit is contained in:
@@ -10,8 +10,6 @@ export const Upload = type({
|
|||||||
id: "string",
|
id: "string",
|
||||||
status: UploadStatus,
|
status: UploadStatus,
|
||||||
uploadUrl: "string.url",
|
uploadUrl: "string.url",
|
||||||
createdAt: "string.date.iso.parse",
|
|
||||||
updatedAt: "string.date.iso.parse",
|
|
||||||
})
|
})
|
||||||
export type Upload = typeof Upload.infer
|
export type Upload = typeof Upload.infer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user