Skip to content

Commit

Permalink
chore: ShareSortType, ShareStatusType 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeseon-han committed Feb 23, 2024
1 parent 6cb7d77 commit f51ea86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/friendship/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ export interface FriendshipData {
}

export type FriendshipSortType = 'nickname' | 'createdAt';

export type ShareSortType = 'dueDate' | 'registeredDate';

export type ShareStatusType = 'SHARE_START' | 'SHARE_IN_PROGRESS' | 'SHARE_END';

0 comments on commit f51ea86

Please sign in to comment.