import { TAnyCameraWrapper } from '../../Camera/Models'; import { ControlsType } from '../Constants'; export type TBaseControlsParams = Readonly<{ type: ControlsType; camera: TAnyCameraWrapper; }>;