interface ErrorResponse {
    error: string;
}

Properties

Properties

error: string