編集

次の方法で共有


RequestStateObject type

Type which defines the stringified and encoded object sent to the service in the authorize request.

type RequestStateObject = {
  libraryState: LibraryStateObject
  userRequestState: string
}