import { TFpsControlsConfigOptions } from './TFpsControlsConfigOptions'; import { TFpsControlsParams } from './TFpsControlsParams'; export type TFpsControlsConfig = Omit & Readonly<{ options?: TFpsControlsConfigOptions; cameraName: string; }>;