UNPKG

@buka/nestjs-type-helper

Version:
3 lines (2 loc) 99 B
import { Ref } from '@mikro-orm/core'; export type ExcludeRef<T> = T extends Ref<infer U> ? U : T;