UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

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