RequestStateObject type

型別定義授權請求中送給服務的串聯化且編碼的物件。

type RequestStateObject = {
  libraryState: LibraryStateObject
  userRequestState: string
}