Logos DX
    Preparing search index...

    Type Alias RejectedPayload

    type RejectedPayload = {
        data?: any;
        event: string;
        reason: "no_transition" | "guard_failed";
        state: string;
    }
    Index

    Properties

    Properties

    data?: any
    event: string
    reason: "no_transition" | "guard_failed"
    state: string