// src/types/window.d.ts interface FontData { family: string fullName: string postscriptName: string style: string blob: () => Promise } interface Window { queryLocalFonts?: (options?) => Promise }