UNPKG

@igli.kokici/st-open-api

Version:

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

5 lines (4 loc) 114 B
import { IPaths } from "./open-api-mine/i-paths"; export interface IOrderedPaths { [group: string]: IPaths; }