import type A from 'mod' import type { B } from 'mod' const x: A | B = 10 console.log(x)