export interface InteractionWaitingData { id: string; type: string; isInternal: boolean; data: T; tabId: number | undefined; windowId: number | undefined; uri: string; }