interface Outcome {
    assignedId: string;
    claimed: boolean;
    id: string;
    revealed: boolean;
    type: "outcome";
}

Hierarchy (view full)

Properties

assignedId: string
claimed: boolean
id: string
revealed: boolean
type