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