UNPKG

st-open-api

Version:

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

6 lines (5 loc) 195 B
export interface IDeletePathOrFile { resolve: (...pathSegments: string[]) => string; relative: (from: string, to: string) => string; deletePathOrFile: (deletePath: string) => void; }