msgraph-typescript-typings
msgraph-typescript-typings copied to clipboard
request types for type-safe requests
Is your feature request related to a problem? Please describe the problem.
I want to make my request payloads properly with code completion and type checking but from what I can tell there is only types for response payloads but not request payloads.
Describe the solution you'd like.
Types for request payloads to compliment the response payload types.
Additional context?
e.g. I can use MeetingTimeSuggestionsResult but there's no FindMeetingTimes type to help in constructing/type-checking the request payload.
https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.findMeetingTimes