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

    Interface EndpointV2

    interface EndpointV2 {
        headers?: Record<string, string[]>;
        properties?: { authSchemes?: AuthScheme[] } & Record<
            string,
            EndpointObjectProperty,
        >;
        url: URL;
    }
    Index

    Properties

    headers?: Record<string, string[]>
    properties?: { authSchemes?: AuthScheme[] } & Record<
        string,
        EndpointObjectProperty,
    >
    url: URL