UNPKG

st-open-api

Version:

Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x

3 lines (2 loc) 188 B
import { IDeletePathOrFileOption } from "../interface/i-delete-path-or-file-option"; export declare const deletePathOrFile: (deletePath: string, option?: IDeletePathOrFileOption) => void;