Mocky Balboa API Reference
    Preparing search index...

    Interface ResponseData

    Data related to the mocked response

    interface ResponseData {
        error?: boolean;
        path?: string;
        response?: Response;
    }
    Index

    Properties

    error?: boolean
    false
    
    path?: string

    The file path if any to load the response body from

    response?: Response