Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Typings Support to Align with Documentation #215

Open
KROSF opened this issue Nov 4, 2024 · 1 comment
Open

Improve Typings Support to Align with Documentation #215

KROSF opened this issue Nov 4, 2024 · 1 comment

Comments

@KROSF
Copy link

KROSF commented Nov 4, 2024

Current TypeScript typings do not completely align with the specifications provided in the API documentation.

For instance, in the StatusResponse type:

Ensure the typings accurately reflect all documented properties, why all of them are marked as optional?

@alexanderjordanbaker
Copy link
Collaborator

Unless otherwise specified as required in Apple documentation, indicated by the (required) tag, all fields are implicitly optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants