Variable zSourcesFieldConst
zSourcesField: ZodPipe<
ZodNullable<
ZodArray<
ZodPipe<
ZodUnknown,
ZodTransform<
| {
documentId?: string
| null;
documentType?: string | null;
name: string;
page?: string | null;
quote?: string | null;
}
| null,
unknown,
>,
>,
>,
>,
ZodTransform<
{
documentId?: string
| null;
documentType?: string | null;
name: string;
page?: string | null;
quote?: string | null;
}[],
| (
| {
documentId?: string
| null;
documentType?: string | null;
name: string;
page?: string | null;
quote?: string | null;
}
| null
)[]
| null,
>,
> = ...
Parses a nullable JSONB array of sources into
LegacyParsedSource[].