File size: 212 Bytes
583c1c7
 
 
 
 
 
 
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;