Type Alias ClientConstructorOptions<A, O, R>

ClientConstructorOptions: IsReceiverDisabled<O> extends true
    ? O
    : O & (ClientReceiverOptions<R> | HttpReceiverOptions)

Type Parameters