mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 17:51:49 +10:00
feat: embed signing experience (#1322)
This commit is contained in:
5
apps/web/src/app/embed/base-schema.ts
Normal file
5
apps/web/src/app/embed/base-schema.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { z } from 'zod';
|
||||
|
||||
export const ZBaseEmbedDataSchema = z.object({
|
||||
css: z.string().optional().transform(value => value || undefined),
|
||||
});
|
||||
Reference in New Issue
Block a user