paygreenjs
    Preparing search index...

    Interface ErrorFlowType

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

    Properties

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