import { ActionPayload } from"../payloads";
import { Action } from"../actions";
exportinterfaceOpenToTabPayloadextendsActionPayload {
action: Action.ViewUserSettings | string;
/**
* The tab ID to open in the settings view to start, if possible.
*/initialTabId?: string;
}