MCPcopy
hub / github.com/Eugeny/tabby / SplitLayoutProfileOptions

Interface SplitLayoutProfileOptions

tabby-core/src/profiles.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { SplitTabComponent, SplitTabRecoveryProvider } from './components/splitTab.component'
7
8export interface SplitLayoutProfileOptions {
9 recoveryToken: any
10}
11
12export interface SplitLayoutProfile extends Profile {
13 options: SplitLayoutProfileOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected