Variable ACTION_FAILConst

ACTION_FAIL: Record<{
    reason: String;
    type: Literal<"ACTION_FAIL">;
}, false> = ...

Generated using TypeDoc