diff --git a/src/teambition.ts b/src/teambition.ts index f9cd01ee6..79e43b190 100644 --- a/src/teambition.ts +++ b/src/teambition.ts @@ -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'