Skip to content

Commit

Permalink
Fix missing underscore to describes__device property
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
Andrea Rosci authored and Andrea Rosci committed Mar 8, 2024
1 parent 3a2535c commit 4aa0829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ export interface DeviceType {
is_default_for__application: ReverseNavigationResource<Application>;
is_of__cpu_architecture: NavigationResource<CpuArchitecture>;
is_accessible_privately_by__organization: ReverseNavigationResource<Organization>;
describes_device: ReverseNavigationResource<Device>;
describes__device: ReverseNavigationResource<Device>;
device_type_alias: ReverseNavigationResource<DeviceTypeAlias>;
}

Expand Down

0 comments on commit 4aa0829

Please sign in to comment.