Type alias ContextualVariable

ContextualVariable: {
    description: string;
    is_custom: boolean;
    name: string;
    value: string;
}

Type declaration

  • description: string
  • is_custom: boolean
  • name: string
  • value: string