Beignet API reference
    Preparing search index...

    Type Alias InferPathParams<TContract>

    InferPathParams: TContract["pathParams"] extends StandardSchemaV1
        ? InferInput<TContract["pathParams"]>
        : InferPathParamsFromTemplate<TContract["path"]>

    Infer path params accepted by a client call from a contract.

    Type Parameters