stoat-for-desktop/src/config.d.ts

12 lines
238 B
TypeScript

declare type DesktopConfig = {
firstLaunch: boolean;
customFrame: boolean;
minimiseToTray: boolean;
spellchecker: boolean;
hardwareAcceleration: boolean;
discordRpc: boolean;
windowState: {
isMaximised: boolean;
};
};