Files
crawlab/frontend/crawlab-ui/typings/interfaces/models/map.d.ts

4 lines
72 B
Go

export declare global {
type StringMap = { [key: string]: string };
}