Documentation
    Preparing search index...

    Interface RouteOptions<Cap, Output>

    interface RouteOptions<Cap extends Capability<StandardSchemaV1>, Output> {
        capability: Cap;
        handler: Handler<Cap["schema"], Output>;
    }

    Type Parameters

    Index

    Properties

    Properties

    capability: Cap
    handler: Handler<Cap["schema"], Output>