interface Test {
  /** Test */
  type: number;
}

/** Test */
const q = 1;
