UNPKG

@aziontech/opennextjs-azion

Version:
4 lines (3 loc) 237 B
import { BuildOptions } from "@opennextjs/aws/build/helper"; import { TagCacheMetaFile } from "@opennextjs/aws/types/cache"; export declare const compileTagAssets: (metaFiles: TagCacheMetaFile[], options: BuildOptions) => Promise<void>;