UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines 359 B
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */ export interface Ref { /** * Field 'ref' with JSON name '$ref' accepts the value of either 'ref' or '$ref' from the YAML file. * If both 'ref' and '$ref' are specified, the value of '$ref' takes priority. */ $ref?: string | undefined; } //# sourceMappingURL=Ref.d.ts.map