balena-io / open-balena-api

The core API of openBalena
https://balena.io/open
GNU Affero General Public License v3.0
58 stars 29 forks source link

Use `as const` to improve typings of $expand queries #1703

Closed Page- closed 1 month ago

Page- commented 1 month ago

Typescript doesn't like inferring nested $expand typings so using as const just gives it a helping hand

Change-type: patch