UNPKG

@revxui/api-clients-ts

Version:

swagger client for @revxui/api-clients-ts

28 lines (27 loc) 666 B
/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { URLStreamHandler } from './uRLStreamHandler'; export interface URL { authority?: string; content?: any; defaultPort?: number; deserializedFields?: URLStreamHandler; file?: string; host?: string; path?: string; port?: number; protocol?: string; query?: string; ref?: string; serializedHashCode?: number; userInfo?: string; }