Lidarr/frontend/src/typings/props.ts

6 lines
96 B
TypeScript

export interface SelectStateInputProps {
id: number;
value: boolean;
shiftKey: boolean;
}