Skip to content

Commit

Permalink
✨ Add missing type #1832
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolucchesi committed Jan 19, 2024
1 parent e7ae6ef commit 030d453
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sanityv3/schemas/objects/colorList.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import { ColorSelector, defaultColors } from '../components/ColorSelector'
import { defineType, defineField } from 'sanity'

export type ColorType = {
title: string
value: string
}

export default defineType({
name: 'colorlist',
title: 'Color',
Expand Down

0 comments on commit 030d453

Please sign in to comment.