mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 13:30:02 +00:00
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
export interface BootstrapData {
|
|
config: Record<string, any>
|
|
}
|