tabby/app/common.ts
2021-05-16 19:40:54 +02:00

4 lines
90 B
TypeScript

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