UNPKG

gatsby-adapter-netlify

Version:
6 lines (5 loc) 257 B
import type { Reporter, RemoteFileAllowedUrls } from "gatsby"; export declare function handleAllowedRemoteUrlsNetlifyConfig({ remoteFileAllowedUrls, reporter, }: { remoteFileAllowedUrls: RemoteFileAllowedUrls; reporter: Reporter; }): Promise<void>;