Scopes
The `Scopes` entity.
Definition
TypeScript
type Scopes =
| {
operations?: Array<string> | undefined;
entityIds?: Array<string> | undefined;
}
| null
| undefined;The `Scopes` entity.
type Scopes =
| {
operations?: Array<string> | undefined;
entityIds?: Array<string> | undefined;
}
| null
| undefined;