Skip to content

Commit eaf8315

Browse files
committed
chore(types) add comments
1 parent bbc2e0c commit eaf8315

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/types.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,16 @@ interface VideoAssets {
126126
*/
127127
mp4?: string;
128128
}
129-
129+
/**
130+
* The origin of the last update on the video's `language` attribute.
131+
*/
130132
enum LanguageOrigin {
133+
/**
134+
* the language was set by the api
135+
*/
131136
api = 'api',
137+
/**
138+
* the language was done automatically by the API.
139+
*/
132140
auto = 'auto',
133141
}

0 commit comments

Comments
 (0)