diff --git a/packages/types/libs/schema.ts b/packages/types/libs/schema.ts index fc28c78f..c5e6b01b 100644 --- a/packages/types/libs/schema.ts +++ b/packages/types/libs/schema.ts @@ -77,7 +77,7 @@ export interface ISchemaUnit { export interface SelectOption { id: string; value: string; - color: Exclude | 'green'; + color: Exclude | 'green'; } /* Basic Schema Units */ diff --git a/packages/types/package.json b/packages/types/package.json index fb077c66..9f5c5aff 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nishans/types", - "version": "0.0.55", + "version": "0.0.57", "description": "Typescript type definitions for notion", "keywords": [ "notion",