@qtsurfer/api-client
    Preparing search index...

    Type Alias EquityCurveOutMode

    EquityCurveOutMode: "ARRAY" | "SHORT"

    JSON shape for an equity curve's points. ARRAY is [{timestamp, equity}, ...]; SHORT is {timestamps: [...], equities: [...]} (parallel arrays, no repeated key text). The one schema shared by every place outMode appears, request or response, so the two cannot drift to different value sets.