Type alias PlanningStrategyDescriptor

PlanningStrategyDescriptor: ExtensionDescriptor<PlanningStrategyPayload> & {
    kind: typeof EXTENSION_KIND_PLANNING_STRATEGY;
}

Planning strategy extension descriptor

Type declaration