Skip to content

Scope

Example Usage

typescript
import { Scope } from "@meetkai/mka1/models/components";

let value: Scope = "global";

Values

typescript
"global" | "org" | "user" | "apiKey" | "externalUser"