@comfyorg/comfyui-frontend-types 1.45.2 → 1.45.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -7616,7 +7616,9 @@ export declare class ComfyApp {
|
|
|
7616
7616
|
/**
|
|
7617
7617
|
* - `true` — confirmed missing
|
|
7618
7618
|
* - `false` — confirmed present
|
|
7619
|
-
* - `undefined` — pending async verification
|
|
7619
|
+
* - `undefined` — pending async verification. Cloud candidates start pending;
|
|
7620
|
+
* OSS output annotated paths may also be deferred to generated-history
|
|
7621
|
+
* verification.
|
|
7620
7622
|
*/
|
|
7621
7623
|
isMissing: boolean | undefined;
|
|
7622
7624
|
}
|