UNPKG

@netlify/content-engine

Version:
5 lines 435 B
import type { Actions, Store } from "../../../types"; import type { IRemoteFileNode, IGraphQLFieldConfigDefinition } from "../types"; export declare function publicUrlResolver(source: IRemoteFileNode, actions: Actions, store?: Store): string; export declare function generatePublicUrlFieldConfig(actions: Actions, store?: Store): IGraphQLFieldConfigDefinition<IRemoteFileNode, string>; //# sourceMappingURL=public-url-resolver.d.ts.map