Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
refactor(list): types changed
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #81
  • Loading branch information
gochicus committed Jul 1, 2021
1 parent 4bd121b commit e991c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list/src/List.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export interface ListInterface {
status: boolean,
) => []
postObject: { post?: string; important?: boolean; like?: boolean; id: number }
setPostData: []
setPostData: () => []
}

0 comments on commit e991c52

Please sign in to comment.