Libraries
    Preparing search index...

    Type Alias EndpointMetadataDescriptors

    Optional OpenAPI metadata fields accepted by createEndpoint / createEndpoints.

    type EndpointMetadataDescriptors = {
        deprecated?: boolean;
        description?: string;
        operationId?: string;
        summary?: string;
        tags?: string[];
    }
    Index

    Properties

    deprecated?: boolean
    description?: string
    operationId?: string
    summary?: string
    tags?: string[]