export const MESSAGES = { NAMED_EXPORT_MISSING: `You specified a named export that does not exist or was empty.`, DEFAULT_EXPORT_MISSING: `Specified file exists, but no default export was found for the --baseQuery`, FILE_NOT_FOUND: `Unable to locate the specified file provided to --baseQuery`, TSCONFIG_FILE_NOT_FOUND: `Unable to locate the specified file provided to -c, --config`, BASE_URL_IGNORED: `The url provided to --baseUrl is ignored when using --baseQuery`, };