Represents a response from the API, which can be either a success or failure.

interface ESPAPIResponse {
    description: string;
    status: string;
}

Hierarchy (View Summary)

Properties

Properties

description: string
status: string