Skip to main content

mutationCreateVenueInputSchema

Admin Docs


Variable: mutationCreateVenueInputSchema

const mutationCreateVenueInputSchema: ZodObject<extendShape<Pick<{ name: ZodTypeAny; organizationId: ZodTypeAny; }, "name" | "organizationId">, { attachments: ZodOptional<ZodArray<ZodType<Promise<FileUpload>, Promise<FileUpload>>>>; }>, "strip", { attachments: Promise<FileUpload>[]; name: any; organizationId: any; }, { attachments: Promise<FileUpload>[]; name: any; organizationId: any; }>

Defined in: src/graphql/inputs/MutationCreateVenueInput.ts:6