interface ServerObject {
    description?: string;
    url: string;
    variables?: {
        [variable: string]: ServerVariableObject;
    };
}

Properties

description?: string
url: string
variables?: {
    [variable: string]: ServerVariableObject;
}

Type declaration

Generated using TypeDoc