In the class PlayerProfileViewConstraints all values are marked as required, even though it says "Defaults to X". This causes some typescript issues where we have to type out all the variables. I suspect it might be the case for other classes as well.
|
export interface PlayerProfileViewConstraints { |
Great product, keep up the good work!
In the class
PlayerProfileViewConstraintsall values are marked as required, even though it says "Defaults to X". This causes some typescript issues where we have to type out all the variables. I suspect it might be the case for other classes as well.NodeSDK/PlayFabSdk/Scripts/typings/PlayFab/PlayFabClient.d.ts
Line 3698 in 2a12098
Great product, keep up the good work!