Are you an LLM? You can read better optimized documentation at /documentation/api/client/type-aliases/FindMatchingAddressKey.md for this page in Markdown format
ws-asyncapi API / client / FindMatchingAddressKey
Type Alias: FindMatchingAddressKey<T, Input>
FindMatchingAddressKey<
T,Input> ={ [K in keyof T]: Input extends T[K] ? K : never }[keyofT]
Defined in: .api-entries/client/index.d.ts:23
Type Parameters
T
T extends Record<string, string>
Input
Input extends string