mirror of
https://github.com/Radarr/Radarr
synced 2026-01-25 17:01:42 +01:00
4 lines
71 B
TypeScript
4 lines
71 B
TypeScript
export type CheckInputChanged = {
|
|
name: string;
|
|
value: boolean;
|
|
};
|