sparkast/global.d.ts
2024-03-31 14:02:42 +08:00

11 lines
214 B
TypeScript

type settings = {
version: number;
elementBackdrop: boolean;
bgBlur: boolean;
timeShowSecond: boolean;
currentSearchEngine: string;
searchEngines: {
[key: string]: string,
};
};