UNPKG

@kgdata/forcegraph

Version:
11 lines (10 loc) 224 B
interface IBase { id: string; ooId: string; [key: string]: any; } export declare const filterGraphData: (data: IBase[], requiredOoIds: string[]) => { ret: IBase[]; $data: IBase[]; }; export {};