UNPKG

@netlify/content-engine

Version:
9 lines 292 B
declare const build: ({ parentSpan, fullMetadataBuild }: { parentSpan: any; fullMetadataBuild?: boolean | undefined; }) => Promise<void>; declare const rebuild: ({ parentSpan }: { parentSpan: any; }) => Promise<void>; export { build, rebuild }; //# sourceMappingURL=index.d.ts.map