hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface IDeveloperUtilsMockResponse

    Interface for a mock response entry.

    interface IDeveloperUtilsMockResponse {
        enabled: boolean;
        httpKey?: string;
        response: JsonData;
    }
    Index

    Properties

    enabled: boolean

    Whether the mock response is enabled.

    httpKey?: string
    response: JsonData