UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

4 lines (3 loc) 158 B
import { Handler } from "../../../../../types.js"; export declare const updateAuthorization: () => Promise<void>; export declare const create: () => Handler;