@netlify/content-engine
Version:
15 lines • 685 B
TypeScript
import { generateImageUrl } from "../utils/url-generator";
import type { Actions, Store } from "../../../types";
export declare function shouldDispatch(): boolean;
export declare function dispatchLocalFileServiceJob({ url, filename, contentDigest, }: {
url: string;
filename: string;
contentDigest: string;
}, actions: Actions, store?: Store): void;
export declare function dispatchLocalImageServiceJob({ url, filename, mimeType, contentDigest, }: {
url: string;
filename: string;
mimeType: string;
contentDigest: string;
}, imageArgs: Parameters<typeof generateImageUrl>[1], actions: Actions, store?: Store): void;
//# sourceMappingURL=dispatchers.d.ts.map