gatelineAPI reference
interface SweepOutcome {
    detail: string;
    kind: "dispatched" | "error" | "rest" | "skip" | "lost-cas";
    role: string;
    rule: null | string;
    slug: null | string;
}

Properties

Properties

detail: string
kind: "dispatched" | "error" | "rest" | "skip" | "lost-cas"
role: string
rule: null | string
slug: null | string