View on GitHub

tab-info-extension

Home > tab-info > TabWithId

TabWithId type

A browser tab whose id property has already been determined to exist

Signature:

export declare type TabWithId = chrome.tabs.Tab & {
    id: number;
};