rebuild(stage-11): deliver deterministic heaven workflows
This commit is contained in:
Vendored
+8
@@ -1 +1,9 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface Window {
|
||||
HeavenLoadingCanvas?: new (canvas: HTMLCanvasElement) => {
|
||||
start: (scene: "hexagram" | "fortune", data?: Record<string, unknown>) => void;
|
||||
complete: () => Promise<void>;
|
||||
stop: () => void;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user