You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > PredictiveBundleResolver
PredictiveBundleResolver type
Signature:
export type PredictiveBundleResolver = () => Promise<PredictiveBundleData | undefined> | PredictiveBundleData | undefined;
References: PredictiveBundleData