diff --git a/src/types/friendship/index.d.ts b/src/types/friendship/index.d.ts index e86ba8a..769f677 100644 --- a/src/types/friendship/index.d.ts +++ b/src/types/friendship/index.d.ts @@ -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';