Role - TypeScript SDK

Role type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Role of the member in the organization

Example Usage

1import { Role } from "@openrouter/sdk/models/operations";
2
3let value: Role = "org:member";
4
5// Open enum: unrecognized values are captured as Unrecognized<string>

Values

1"org:admin" | "org:member" | Unrecognized<string>