fix: upload arktype shape

This commit is contained in:
2025-12-16 01:05:59 +00:00
parent 45110d05b5
commit ff4c2ee346

View File

@@ -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