Variable: importSiteSchema
constimportSiteSchema:z.ZodType<ImportSite>
Defined in: shared/validation/importExportSchemas.ts:36
Schema for a site record inside import payloads.
Remarksโ
Import is intentionally more permissive than siteSchema to allow users to bring partial data into the application and let the database layer apply defaults where appropriate.