mirror of
https://github.com/documenso/documenso.git
synced 2026-07-20 23:13:34 +10:00
feat: add attachments (#2091)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { z } from 'zod';
|
||||
|
||||
export const ZEnvelopeAttachmentTypeSchema = z.enum(['link']);
|
||||
|
||||
export type TEnvelopeAttachmentType = z.infer<typeof ZEnvelopeAttachmentTypeSchema>;
|
||||
Reference in New Issue
Block a user