export interface UserContextVariable {
  /** The account ID of the user. */
  accountId: string;
  /** Type of custom context variable. */
  type: string;
}
