Genotype API Documentation - v0.1.0
    Preparing search index...

    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