OS Probabilities API - v0.1.0
    Preparing search index...

    Interface ScenarioStep

    interface ScenarioStep {
        context: unknown;
        id: string;
        mode?: "pick" | "explain" | "simulate";
        runs?: number;
        seed: string | number | bigint;
        tableId: string;
    }
    Index

    Properties

    context: unknown
    id: string
    mode?: "pick" | "explain" | "simulate"
    runs?: number
    seed: string | number | bigint
    tableId: string