ts-lambda-api - v2.5.2
    Preparing search index...

    Interface LinkObject

    interface LinkObject {
        description?: string;
        operationId?: string;
        operationRef?: string;
        parameters?: LinkParametersObject;
        requestBody?: any;
        server?: ServerObject;
        [property: string]: any;
        [extensionName: `x-${string}`]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [property: string]: any
    • [extensionName: `x-${string}`]: any
    Index

    Properties

    description?: string
    operationId?: string
    operationRef?: string
    requestBody?: any
    server?: ServerObject