Scopes

The `Scopes` entity.

Definition

TypeScript
type Scopes =
  | {
      operations?: Array<string> | undefined;
      entityIds?: Array<string> | undefined;
    }
  | null
  | undefined;