Variable BAIReaderOptionsSchemaConst
BAIReaderOptionsSchema: Type<
(
In: {
cacheIndex?: boolean;
validateOnLoad?: boolean;
bufferSize?: number;
timeout?: number;
},
) => Out<
{
cacheIndex?: boolean;
validateOnLoad?: boolean;
bufferSize?: number;
timeout?: number;
},
>,
{},
> = ...
BAI reader options validation schema Validates index reading configuration