[API Node] Add localizations for template workflow descriptions (#3769)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Christian Byrne
2025-05-05 12:53:02 -07:00
committed by GitHub
parent ea605887fa
commit c24472aeac
12 changed files with 811 additions and 38 deletions

View File

@@ -9,6 +9,8 @@ export interface TemplateInfo {
mediaSubtype: string
thumbnailVariant?: string
description: string
localizedTitle?: string
localizedDescription?: string
}
export interface WorkflowTemplates {