UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

4 lines (3 loc) 181 B
import { MoveResult } from '../../../typings'; import { StringTask } from '../types'; export declare function moveTask(from: string | string[], to: string): StringTask<MoveResult>;