import { InternalBackgroundEntry } from '../../background/internal-background-entry.js'; export interface BackgroundTransactionLog { request: InternalBackgroundEntry; running: boolean; runtimeMS?: number; result?: any; error?: any; }