Skip to content

Commit

Permalink
Merge pull request #516 from teambition/fix/tag-color
Browse files Browse the repository at this point in the history
feat(teambition-types): 为 `DefaultColors` 补充 'cyan'
  • Loading branch information
chuan6 authored Aug 8, 2018
2 parents be41a89 + ecab261 commit 0a1e860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/teambition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ declare module 'teambition-types' {
export type CustomFieldSubtype = 'story'
export type CustomRoleType = 'project' | 'organization'
export type CustomScenarioFieldType = 'customfield'
export type DefaultColors = 'gray' | 'red' | 'yellow' | 'green' | 'blue' | 'purple'
export type DefaultColors = 'gray' | 'red' | 'yellow' | 'green' | 'blue' | 'purple' | 'cyan'
export type DetailObjectType = 'entry' | 'event' | 'post' | 'task' | 'work'
export type DetailObjectTypes = 'entries' | 'events' | 'posts' | 'tasks' | 'works'
export type EventOfficialScenarioFieldType = 'content' | 'location' | 'tag'
Expand Down

0 comments on commit 0a1e860

Please sign in to comment.