Skip to content

Commit

Permalink
work types update
Browse files Browse the repository at this point in the history
  • Loading branch information
nc2U committed May 26, 2024
1 parent 9e701c5 commit 743be41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/vue/src/store/types/work.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,14 @@ export interface Version {
project: number
name: string
status: '1' | '2' | '3'
status_desc: '진행' | '잠김' | '닫힘'
sharing: '0' | '1' | '2' | '3' | '4'
sharing_desc:
| '공유 없음'
| '하위 프로젝트'
| '상위 및 하위 프로젝트'
| '최상위 및 모든 하위 프로젝트'
| '모든 프로젝트'
due_date: string | null
description: string
wiki_page_title: string
Expand Down

0 comments on commit 743be41

Please sign in to comment.