UNPKG

nestjs-i18n

Version:
3 lines (2 loc) 88 B
import { Only } from './only.type'; export type Either<T, U> = Only<T, U> | Only<U, T>;