Interface ErrorFlowType

interface ErrorFlowType {
    action: string;
    message?: string | Error;
    method: string;
}

Properties

action: string
message?: string | Error
method: string