mirror of
https://github.com/eugeny/tabby
synced 2026-09-17 10:35:40 +00:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export interface BootstrapData {
|
|
config: Record<string, any>
|
|
executable: string
|
|
}
|