Files
tabby/app/common.ts
T

5 lines
90 B
TypeScript

export interface BootstrapData {
config: Record<string, any>
executable: string
}