Documentation
    Preparing search index...

    Interface DELETE_ME<T, Output>

    interface DELETE_ME<T extends Capability<StandardSchemaV1, string>, Output> {
        capabilities: Capability<StandardSchemaV1<any, any>, string>[];
        options: RouteOptions<T, Output>;
        router: RouteOutput<T, Output>;
        routerClient: RouteHandlerOptions;
        url: string;
    }

    Type Parameters

    • T extends Capability<StandardSchemaV1, string>
    • Output
    Index

    Properties

    capabilities: Capability<StandardSchemaV1<any, any>, string>[]
    options: RouteOptions<T, Output>
    router: RouteOutput<T, Output>
    routerClient: RouteHandlerOptions
    url: string