Files
crawlab/frontend/crawlab-ui/typings/interfaces/directives/auth/auth.d.ts

4 lines
81 B
Go

export declare global {
type Auth = string | { action: string } | undefined;
}