@curvenote/cli
Version:
CLI Client library for Curvenote
11 lines • 381 B
TypeScript
import type { CLIConfigData } from '../types.js';
/**
* 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