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

    Variable SAMHeaderSchemaConst

    SAMHeaderSchema: Type<
        (
            In: {
                format: "sam-header";
                type: "HD" | "SQ" | "RG" | "PG" | "CO";
                fields: Record<string, string>;
                lineNumber?: number;
            },
        ) => Out<
            {
                format: "sam-header";
                type: "HD"
                | "SQ"
                | "RG"
                | "PG"
                | "CO";
                fields: Record<string, string>;
                lineNumber?: number;
            },
        >,
        {},
    > = ...

    SAM header validation schema