Skip to content

Commit 282ad78

Browse files
committed
test: update snapshots
1 parent a980cd5 commit 282ad78

File tree

3 files changed

+107
-107
lines changed

3 files changed

+107
-107
lines changed

packages/openapi-typescript/examples/digital-ocean-api.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9085,7 +9085,7 @@ export interface external {
90859085
* @description The Droplet that the floating IP has been assigned to. When you query a floating IP, if it is assigned to a Droplet, the entire Droplet object will be returned. If it is not assigned, the value will be null.
90869086
* @example null
90879087
*/
9088-
droplet?: (Record<string, unknown> | null) | external["resources/droplets/models/droplet.yml"];
9088+
droplet?: unknown;
90899089
/**
90909090
* @description A boolean value indicating whether or not the floating IP has pending actions preventing new ones from being submitted.
90919091
* @example true
@@ -13948,7 +13948,7 @@ export interface external {
1394813948
* @description The Droplet that the reserved IP has been assigned to. When you query a reserved IP, if it is assigned to a Droplet, the entire Droplet object will be returned. If it is not assigned, the value will be null.
1394913949
* @example null
1395013950
*/
13951-
droplet?: (Record<string, unknown> | null) | external["resources/droplets/models/droplet.yml"];
13951+
droplet?: unknown;
1395213952
/**
1395313953
* @description A boolean value indicating whether or not the reserved IP has pending actions preventing new ones from being submitted.
1395413954
* @example true

0 commit comments

Comments
 (0)