werkbank
    Preparing search index...

    Type Alias InferClientConfig<Worker>

    InferClientConfig: Worker extends { $config: infer Config } ? Config : never

    Utility type to extract the client configuration type from a worker type.

    Type Parameters

    • Worker

      The worker type to infer from.