import type { ExternalScriptsFunction } from "remix-utils/external-scripts"; export type Handle = { scripts?: ExternalScriptsFunction; };