smoltalk
    Preparing search index...

    Type Alias FastestStrategyJSON

    type FastestStrategyJSON = {
        params: { models: string[] };
        type: "fastest";
    }
    Index

    Properties

    Properties

    params: { models: string[] }
    type: "fastest"