typeduck-codex-async-utils 0.8.0

Support package for the standalone Codex Web runtime (codex-app-server-protocol)
Documentation
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "accessToken": {
      "type": "string"
    },
    "chatgptAccountId": {
      "type": "string"
    },
    "chatgptPlanType": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "accessToken",
    "chatgptAccountId"
  ],
  "title": "ChatgptAuthTokensRefreshResponse",
  "type": "object"
}