diff --git a/types/types.ts b/types/types.ts index 5f0455b..ad23283 100644 --- a/types/types.ts +++ b/types/types.ts @@ -1,6 +1,6 @@ import { z } from 'zod' -export const COLORS = ['gray', 'slate', 'zinc', 'neutral', 'stone', 'red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose'] +export const COLORS = ['gray', 'red', 'orange', 'amber', 'yellow', 'lime', 'green', 'emerald', 'teal', 'cyan', 'sky', 'blue', 'indigo', 'violet', 'purple', 'fuchsia', 'pink', 'rose'] export const Subscription = ['free', 'paid'] as const