Moonlight-io / asteroid-sdk-js

5 stars 3 forks source link

Providing typing in "terms_approvals" usages #52

Closed rockacola closed 4 years ago

rockacola commented 4 years ago

Related to:

Example payload with value from User.LoginEmail:

{
  "access_token":"[TOKEN]",
  "refresh_token":"[TOKEN]",
  "term_approvals":{
    "general_terms":{
      "approval_date":1585612009
    }
  }
}

Currently term_approvals property is set to object type. Purpose of this ticket to give it better type hinting.

rockacola commented 4 years ago

Close for now, until https://github.com/Moonlight-io/asteroid-domain-user/issues/408 completes.