@novice1/api-doc-generator - v1.0.0
    Preparing search index...
    interface ServerObject {
        description?: string;
        url: string;
        variables?: Record<string, ServerVariableObject>;
        [x: string]: unknown;
    }

    Indexable

    • [x: string]: unknown
    Index

    Properties

    description?: string
    url: string
    variables?: Record<string, ServerVariableObject>