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

    Type Alias CompileStrategyResponses

    type CompileStrategyResponses = {
        "200": {
            declaredProperties?: DeclaredProperty[];
            strategyId: StrategyId;
        };
    }
    Index
    "200": { declaredProperties?: DeclaredProperty[]; strategyId: StrategyId }

    Compiled and registered

    Type Declaration

    • OptionaldeclaredProperties?: DeclaredProperty[]

      What could be established about this strategy's sweep-key vocabulary without constructing it. See DeclaredProperty — best-effort, not exhaustive.

    • strategyId: StrategyId