Всем привет, подскажите пожалуйста как исправить предупреждение, подчеркивает window - Volar: Type '(((query: string) => MediaQueryList) & ((query: string) => MediaQueryList)) | (() => { matches: true; })' is not assignable to type '((query: string) => MediaQueryList) & ((query: string) => MediaQueryList)'. Type '() => { matches: true; }' is not assignable to type '((query: string) => MediaQueryList) & ((query: string) => MediaQueryList)'.
window.matchMedia = window.matchMedia || function() {
return {
matches: true
};
};