Skip to content

Commit 1a3d33c

Browse files
committed
update samples
1 parent 5a412fa commit 1a3d33c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/client/petstore/typescript-fetch/builds/default-v3.0/models/Animal.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
*/
1414

1515
import { mapValues } from '../runtime';
16-
import { Cat, CatFromJSONTyped, CatToJSON, CatToJSONTyped } from './Cat';
17-
import { Dog, DogFromJSONTyped, DogToJSON, DogToJSONTyped } from './Dog';
16+
import { type Cat, CatFromJSONTyped, CatToJSON, CatToJSONTyped } from './Cat';
17+
import { type Dog, DogFromJSONTyped, DogToJSON, DogToJSONTyped } from './Dog';
1818
/**
1919
*
2020
* @export

samples/client/petstore/typescript-fetch/builds/default-v3.0/models/ParentWithNullable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
import { mapValues } from '../runtime';
16-
import { ChildWithNullable, ChildWithNullableFromJSONTyped, ChildWithNullableToJSON, ChildWithNullableToJSONTyped } from './ChildWithNullable';
16+
import { type ChildWithNullable, ChildWithNullableFromJSONTyped, ChildWithNullableToJSON, ChildWithNullableToJSONTyped } from './ChildWithNullable';
1717
/**
1818
*
1919
* @export

0 commit comments

Comments
 (0)