openapi-fastify
    Preparing search index...

    Type Alias Operator<T>

    type Operator<T extends OpenAPI.Operator> = {
        handler: Method<T>;
        specification: T;
    }

    Type Parameters

    Index

    Properties

    handler: Method<T>
    specification: T