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

    Type Alias StrategyLinks

    HAL _links for a strategy — present on a full StrategyState body (GET /strategy/{strategyId}, and POST /strategy/{strategyId}/validate's already-validated 200), absent from that same endpoint's 202 — a deliberately partial stub carrying only what is known before a check has even started. Following code can still 404 once present: it documents its own honest "nothing to return" for a strategy with no source of its own (a REFERENCE marketplace copy, or one resolved only through the platform's shared pool). This link says where to look, not that something is there.

    type StrategyLinks = {
        code: HalLink;
    }
    Index
    code: HalLink

    Link to this strategy's registered source, GET /strategy/{strategyId}/code.