* 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
90 B
TypeScript
4 lines
90 B
TypeScript
import { substitutes } from "lib/icons";
|
|
|
|
type SubstituteKeys = keyof typeof substitutes;
|