cache and re-use note translations
This commit is contained in:
parent
7db48ffa8d
commit
871a4d3fb1
2 changed files with 49 additions and 19 deletions
|
|
@ -28709,15 +28709,11 @@ export type operations = {
|
|||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
sourceLang: string;
|
||||
text: string;
|
||||
sourceLang?: string;
|
||||
text?: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
content: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue