Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
WickyNilliams committed Jan 30, 2024
1 parent db5ee1f commit 9329eba
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions packages/openapi-typescript/examples/digital-ocean-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9085,7 +9085,7 @@ export interface external {
* @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.
* @example null
*/
droplet?: unknown;
droplet?: (Record<string, unknown> | null) | external["resources/droplets/models/droplet.yml"];
/**
* @description A boolean value indicating whether or not the floating IP has pending actions preventing new ones from being submitted.
* @example true
Expand Down Expand Up @@ -13948,7 +13948,7 @@ export interface external {
* @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.
* @example null
*/
droplet?: unknown;
droplet?: (Record<string, unknown> | null) | external["resources/droplets/models/droplet.yml"];
/**
* @description A boolean value indicating whether or not the reserved IP has pending actions preventing new ones from being submitted.
* @example true
Expand Down
Loading

0 comments on commit 9329eba

Please sign in to comment.