File size: 205 Bytes
1a678c6 | 1 2 3 4 5 6 7 8 | import { ComfyApp } from "../typings/comfy.js";
/**
* A dummy ComfyApp that we can import from our code, which we'll rewrite later to the comfyui
* hosted app.js
*/
export declare const app: ComfyApp;
|