Based on the discussion #2427 we would like to introduce a new package @microsoft/microsoft-graph-types to our project to have strongly typed results when calling Microsoft Graph.
This should reduce the likelihood to introduce bugs based on typing errors.
The aim of this issue is to go through all commands and replace the "custom" types with the "official" types provided by the package.
For the beta endpoints we should consider the "@microsoft/microsoft-graph-types-beta" package.
Here are the commands that need to be updated:
aad -> O365Group
aad -> user
Based on the discussion #2427 we would like to introduce a new package @microsoft/microsoft-graph-types to our project to have strongly typed results when calling Microsoft Graph.
This should reduce the likelihood to introduce bugs based on typing errors.
The aim of this issue is to go through all commands and replace the "custom" types with the "official" types provided by the package.
For the beta endpoints we should consider the "@microsoft/microsoft-graph-types-beta" package.
Here are the commands that need to be updated:
aad -> O365Group
aad -> user