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