@sasjs/cli
Version:
Command line interface for SASjs
18 lines (17 loc) • 560 B
TypeScript
export interface Constants {
buildSourceFolder: string;
buildSourceDbFolder: string;
buildDestinationFolder: string;
buildDestinationServicesFolder: string;
buildDestinationJobsFolder: string;
buildDestinationDbFolder: string;
buildDestinationDocsFolder: string;
buildDestinationResultsFolder: string;
buildDestinationResultsLogsFolder: string;
buildDestinationTestFolder: string;
macroCorePath: string;
contextName: string;
sas9CredentialsError: string;
invalidSasError: string;
sas9GUID: string;
}