Beignet API reference
    Preparing search index...

    Type Alias InferHeaders<C>

    InferHeaders: InferHeaderSchemaOutput<Exclude<C["headers"], undefined>> extends undefined
        ? Record<string, string>
        : InferHeaderSchemaOutput<Exclude<C["headers"], undefined>>

    Infer the merged request header type for a contract.

    Type Parameters