Skip to content

Type Alias: KyooClient

ts
type KyooClient = keyof KyooClientConfigurations;

KyooClient is a union type representing the supported queue adapters in the Kyoo library. The possible choices are amqp, bullmq and sqs.