tabby/app/common.ts
2021-05-16 18:59:25 +02:00

4 lines
67 B
TypeScript

export interface BootstrapData {
config: Record<string, any>
}