Plane docs
ApiSchemas

IssuableChannelKind

One shape from the contract, as it appears on the wire.

Used by channels.issueToken

Referenced from ChannelTokenIssued

JSON Schema

{
  "type": "string",
  "enum": [
    "dev",
    "worker"
  ]
}

On this page