We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06904fb commit 86d3b16Copy full SHA for 86d3b16
1 file changed
src/model.ts
@@ -240,7 +240,7 @@ export interface Language {
240
241
name: string | null;
242
243
- native_name: string | null;
+ native: string | null;
244
245
}
246
@@ -278,7 +278,7 @@ export interface TimeZone {
278
279
offset: number;
280
281
- daylight_saving: boolean;
+ in_daylight_saving: boolean;
282
283
284
0 commit comments