mirror of
https://github.com/Eugeny/tabby
synced 2025-01-22 01:45:27 +00:00
4 lines
90 B
TypeScript
4 lines
90 B
TypeScript
export interface BootstrapData {
|
|
config: Record<string, any>
|
|
executable: string
|
|
}
|