tering-serieuze-types 3.2.3 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,11 +47,6 @@ export interface MopidyData {
47
47
  isMuted: boolean;
48
48
  }
49
49
 
50
- export interface MopidyDataSetter {
51
- key: keyof MopidyData;
52
- value: MopidyData[keyof MopidyData];
53
- }
54
-
55
50
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
56
51
  export type AlarmschijfResult = {
57
52
  playlist: Track[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tering-serieuze-types",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Tering serieuze types",
5
5
  "author": "Frank",
6
6
  "repository": {