Incorrect type removed

This commit is contained in:
Dustin Brett
2025-01-20 19:58:43 -08:00
parent 06bc066511
commit 5a8ac7ad8d

View File

@@ -13,7 +13,6 @@ declare global {
export type UpdateFiles = (newFile?: string, oldFile?: string) => Promise<void>;
export type WindowState = {
maximized?: boolean;
position?: Position;
size?: Size;
};