mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Incorrect type removed
This commit is contained in:
@@ -13,7 +13,6 @@ declare global {
|
||||
export type UpdateFiles = (newFile?: string, oldFile?: string) => Promise<void>;
|
||||
|
||||
export type WindowState = {
|
||||
maximized?: boolean;
|
||||
position?: Position;
|
||||
size?: Size;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user