mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 20:40:08 +00:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export interface BootstrapData {
|
|
config: Record<string, any>
|
|
executable: string
|
|
}
|