Variable datasetSchemaConst
datasetSchema: ZodUnion<
readonly [
ZodObject<
{
schemaFile: ZodOptional<ZodString>;
schemaType: ZodOptional<ZodString>;
source: ZodString;
},
$strip,
>,
ZodObject<{ databaseFile: ZodString; table: ZodString }, $strip>,
],
> = ...