UNPKG

@igli.kokici/st-open-api

Version:

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

7 lines (6 loc) 107 B
export interface IReference { /** * REQUIRED. The reference string. */ "$ref": string; }