AivenKafkaTopicHandles

AivenKafkaTopicHandles<Entries extends Record<string, AivenKafkaTopicArgs>> = { readonly [Key in keyof Entries]: AivenKafkaTopicHandle<Key & string> }

Topic handles preserving the literal keys of their source declaration map.

Type Parameters

  • Entries extends Record<string, AivenKafkaTopicArgs>