1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-22 10:28:41 +03:00
tabby/app/common.ts
2021-05-16 19:40:54 +02:00

5 lines
90 B
TypeScript

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