export interface CustomContextVariable {
  /** Type of custom context variable. */
  type: string;
}
