* 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
120 B
TypeScript
4 lines
120 B
TypeScript
export type LoopStatus = 'none' | 'track' | 'playlist';
|
|
export type PlaybackStatus = 'playing' | 'paused' | 'stopped';
|
|
|