Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.
Role of the member in the organization

Example Usage

import { Role } from "@openrouter/sdk/models/operations";

let value: Role = "org:member";

// Open enum: unrecognized values are captured as Unrecognized<string>

Values

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