Radarr/frontend/src/typings/inputs.ts
2023-05-06 21:33:19 -05:00

4 lines
71 B
TypeScript

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