This commit is contained in:
Igor Loskutov
2025-09-04 11:21:34 -04:00
4 changed files with 8 additions and 2 deletions

View File

@@ -551,6 +551,7 @@ export interface components {
* @default en
*/
target_language: string;
source_kind?: components["schemas"]["SourceKind"] | null;
};
/** DeletionStatus */
DeletionStatus: {