UNPKG

@curvenote/cli

Version:
12 lines 456 B
import type { CLIConfigData } from '../types.js'; export declare const DEFAULT_EDITOR_API_URL = "https://api.curvenote.com"; /** * makeDefaultConfig cerate the fallback configuration which only needs to be valid for * the case where the user token was created on the legacy API * * @param session * @param opts * @returns */ export declare function makeDefaultConfig(audience?: string): CLIConfigData; //# sourceMappingURL=makeDefaultConfig.d.ts.map