UNPKG
@levo-so/client
Version:
latest (0.0.25-alpha)
0.0.25-alpha
0.0.24-alpha
0.0.23-alpha
0.0.22-alpha
0.0.21-alpha
0.0.20-alpha
0.0.19-alpha
0.0.18-alpha
0.0.17-alpha
0.0.15-alpha
<img alt="Levo" src="https://static.levocdn.com/png/Levo-Logo.png" width="50" height="50">
@levo-so/client
/
dist
/
types
/
lema
/
utils
/
booleanToRelationship.d.ts
6 lines
(5 loc)
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
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
;