Skip to content

Commit

Permalink
Fix: Type error
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeon81 committed Jul 29, 2024
1 parent 85f1241 commit 9b5796a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/IPostDetail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export interface IPost {
status: string
tagList: ITag[]
favorite: boolean | undefined
type?: ProjectType
}

export interface IPostDetail {
Expand Down

0 comments on commit 9b5796a

Please sign in to comment.