Mocky Balboa API Reference
    Preparing search index...

    Type Alias FulfillRouteResponse

    Response type for fulfill behaviour on a route

    type FulfillRouteResponse = {
        path?: string;
        response: Response;
        type: "fulfill";
    }
    Index

    Properties

    Properties

    path?: string
    response: Response
    type: "fulfill"