mirror of
https://github.com/documenso/documenso.git
synced 2026-08-24 07:12:23 +10:00
chore(trpc): type-safety cleanups across routers
This commit is contained in:
@@ -6,11 +6,11 @@ export const ZUpdateOrganisationEmailRequestSchema = z
|
||||
.object({
|
||||
emailId: z.string(),
|
||||
})
|
||||
.extend(
|
||||
.merge(
|
||||
ZCreateOrganisationEmailRequestSchema.pick({
|
||||
emailName: true,
|
||||
// replyTo: true
|
||||
}).shape,
|
||||
}),
|
||||
);
|
||||
|
||||
export const ZUpdateOrganisationEmailResponseSchema = z.void();
|
||||
|
||||
Reference in New Issue
Block a user