Hello I have an interface where I have an object key:
export interface IHandler { handle(message: T): any; } export type IQueue = { name: string; o