Skip to main content
Example
export interface Scope {
  value: string;
  description?: string;
}

Properties

description?
string
value
string