1
This commit is contained in:
@ -35,3 +35,10 @@ export type ModelClickPayload = {
|
||||
export type SceneReadyPayload = {
|
||||
scene: Scene | null;
|
||||
};
|
||||
|
||||
export type HotspotClickPayload = {
|
||||
id: string;
|
||||
name?: string;
|
||||
meshName?: string;
|
||||
payload?: unknown;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user