Files
crawlab/frontend/crawlab-ui/typings/interfaces/common/lang.d.ts

4 lines
53 B
Go

export declare global {
type Lang = 'en' | 'zh';
}