mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
chore: cleanup and feedback implementation
This commit is contained in:
@ -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({
|
||||
|
||||
Reference in New Issue
Block a user