Lidarr/frontend/src/typings/inputs.ts

5 lines
71 B
TypeScript

export type CheckInputChanged = {
name: string;
value: boolean;
};