Sonarr/frontend/src/typings/props.ts

6 lines
96 B
TypeScript
Raw Permalink Normal View History

2023-04-04 16:21:34 +00:00
export interface SelectStateInputProps {
id: number;
value: boolean;
shiftKey: boolean;
}