refactor: clean architecture and remove unused code
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
export type InteractableKind = "grab" | "trigger";
|
||||
|
||||
interface TriggerInteractableHandle {
|
||||
kind: "trigger";
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user