UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

10 lines (9 loc) 236 B
import { AuthConfig } from '@sasjs/utils/types'; export declare const mockAuthConfig: AuthConfig; export declare const mockContext: { name: string; launchContext: { contextName: string; }; launchType: string; };