Skip to content

Commit

Permalink
[#132] feat: useFamily 추가 구현사항을 scheme에 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
domino8788 committed Dec 16, 2020
1 parent d5bc891 commit 7aaaafe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/schemes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export interface BlockFamily {
siblings: Block[];
parentsIdList: IdType[];
parents: Block[];
prevSibling: Block;
nextSibling: Block;
prevSiblings: Block[];
nextSiblings: Block[];
}

export interface FamilyFunc {
Expand Down

0 comments on commit 7aaaafe

Please sign in to comment.