chore: cleanup and feedback implementation

This commit is contained in:
Catalin Pit
2023-12-08 13:28:34 +00:00
parent 54401b94ae
commit 66c0db91da
7 changed files with 90 additions and 56 deletions

View File

@ -38,10 +38,8 @@ export const SendDocumentForSigningMutationSchema = z.object({
});
export const UploadDocumentSuccessfulSchema = z.object({
uploadedFile: z.object({
url: z.string(),
key: z.string(),
}),
url: z.string(),
key: z.string(),
});
export const CreateDocumentMutationSchema = z.object({