* Implement strict typing (WIP). * changes * Finish type checks * Fix notification icon, matugen settings and update tsconfig. * OSD Styling updates and added the ability to configure OSD duration.
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
export type Config = {
|
|
[key: string]: string | number | boolean | object;
|
|
}
|