Documentation
    Preparing search index...

    Type Alias RouteOutput<Cap, Output>

    type RouteOutput<Cap extends Capability<StandardSchemaV1>, Output> = {
        cap: Cap;
        fn: (options: RouteHandlerOptions) => Promisable<Output>;
    }

    Type Parameters

    Index

    Properties

    Properties

    cap: Cap