Beignet API reference
    Preparing search index...

    Type Alias InferHeaderSchemaOutput<T>

    InferHeaderSchemaOutput: T extends readonly StandardSchemaV1[]
        ? UnionToIntersection<InferOutput<T[number]>>
        : T extends StandardSchemaV1 ? InferOutput<T> : undefined

    Infer merged header output from one or more Standard Schema header validators.

    Type Parameters