interface Failure {
    error: string | Error;
    type: FAILURE;
}

Hierarchy (view full)

Properties

Properties

error: string | Error
type: FAILURE