Variable locationSchemaConst
locationSchema: ZodObject<
{
cells: ZodOptional<ZodString>;
heading: ZodOptional<ZodString>;
notes: ZodOptional<ZodBoolean>;
page: ZodOptional<ZodNumber>;
paragraph: ZodOptional<ZodNumber>;
sheet: ZodOptional<ZodString>;
slide: ZodOptional<ZodNumber>;
},
$strip,
> = ...
Where a passage sits in its original file. Only the fields that apply to the format are set.