We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f805f0e commit 5971020Copy full SHA for 5971020
1 file changed
src/features/onboarding/types/index.ts
@@ -2,6 +2,7 @@ import { IconType } from 'react-icons/lib'
2
3
export type Occupation = {
4
title: string
5
+ value: string
6
icon: IconType
7
sources: string[]
8
tags: string[]
0 commit comments