UNPKG

@levo-so/client

Version:

<img alt="Levo" src="https://static.levocdn.com/png/Levo-Logo.png" width="50" height="50">

6 lines (5 loc) 290 B
import type { LemaCollectionRelationship } from '../relation'; export declare const booleanToRelationship: ({ connected_have_many_current, current_have_many_connected }: { connected_have_many_current: boolean; current_have_many_connected: boolean; }) => LemaCollectionRelationship;