UNPKG
@kgdata/forcegraph
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
forcegraph
github.com/xxx/xxx
@kgdata/forcegraph
/
dist
/
utils
/
filterGraphData.d.ts
11 lines
(10 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
interface
IBase
{
id
:
string
;
ooId
:
string
; [
key
:
string
]:
any
; }
export
declare
const
filterGraphData
:
(
data
:
IBase
[],
requiredOoIds
:
string
[]
) =>
{
ret
:
IBase
[];
$data
:
IBase
[]; };
export
{};