We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63181a1 commit 4c17712Copy full SHA for 4c17712
src/types/comfyRegistryTypes.ts
@@ -11807,6 +11807,8 @@ export interface operations {
11807
project: 'comfyui' | 'comfyui_frontend' | 'desktop'
11808
/** @description The current version to filter release notes */
11809
current_version?: string
11810
+ /** @description The locale for the release notes */
11811
+ locale?: 'en' | 'es' | 'fr' | 'ja' | 'ko' | 'ru' | 'zh'
11812
/** @description The platform requesting the release notes */
11813
form_factor?: string
11814
}
0 commit comments