@cfxlabsinc/b2b-services
    Preparing search index...

    Concrete configurations for a Fastify route

    type RouteConfig<T extends RouteSchema> = {
        handler: RouteHandler<T>;
        options?: Omit<RouteShorthandOptions, "schema">;
    }

    Type Parameters

    Index

    Properties

    Properties

    handler: RouteHandler<T>

    Handler invoked when a new request is received

    options?: Omit<RouteShorthandOptions, "schema">

    Additional Fastify route options