Sonarr/frontend/src/typings/inputs.ts

5 lines
71 B
TypeScript
Raw Normal View History

2023-04-04 16:21:34 +00:00
export type CheckInputChanged = {
name: string;
value: boolean;
};