···11import { DiffuseElement } from "@common/element.js";
22-import { portProvider, workerProxy } from "@common/worker.js";
22+import { workerProxy } from "@common/worker.js";
3344/**
55 * @import {InputActions} from "@components/input/types.d.ts"
66- * @import {PortProviderMethod, ProxiedActions, ProxyProvider, ProxyProviderMethod} from "@common/worker.d.ts"
66+ * @import {ProxiedActions} from "@common/worker.d.ts"
77 */
8899////////////////////////////////////////////
+2-2
src/components/input/s3/element.js
···11import { DiffuseElement } from "@common/element.js";
22-import { portProvider, workerProxy } from "@common/worker.js";
22+import { workerProxy } from "@common/worker.js";
3344/**
55 * @import {InputActions} from "@components/input/types.d.ts"
66- * @import {PortProviderMethod, ProxiedActions, ProxyProvider, ProxyProviderMethod} from "@common/worker.d.ts"
66+ * @import {ProxiedActions} from "@common/worker.d.ts"
77 */
8899////////////////////////////////////////////
+2-6
src/components/input/types.d.ts
···11-import type {
22- ProxiedActions,
33- ProxyProviderMethod,
44- WorkerProviderMethod,
55-} from "@common/worker.d.ts";
11+import type { ProxiedActions } from "@common/worker.d.ts";
6273import type { Track } from "@definitions/types.d.ts";
88-import { DiffuseElement } from "@common/element.js";
44+import type { DiffuseElement } from "@common/element.js";
95106/**
117 * Consultation.