import { If } from "../boolean"; import { Relates, Relation } from "../type"; /** * select from union type `U` the types that relate to query `Q` by relation `R` * * @since 0.0.2 */ export type Select = If, U & Q>; //# sourceMappingURL=select.d.ts.map