Appearance
web / lib/signup.types / BuyerSignupData
Type Alias: BuyerSignupData
BuyerSignupData =
object
Defined in: lib/signup.types.ts:19
Properties
buyerType
buyerType:
"angel"|"private_equity"|"venture"|"strategic"
Defined in: lib/signup.types.ts:25
contactEmail
contactEmail:
string
Defined in: lib/signup.types.ts:22
description
description:
string
Defined in: lib/signup.types.ts:24
firstName
firstName:
string
Defined in: lib/signup.types.ts:20
industries
industries:
string[]
Defined in: lib/signup.types.ts:28
investmentRange
investmentRange:
number[]
Defined in: lib/signup.types.ts:26
lastName
lastName:
string
Defined in: lib/signup.types.ts:21
locations
locations:
string[]
Defined in: lib/signup.types.ts:29
ownership
ownership:
"full"|"majority"|"minority"
Defined in: lib/signup.types.ts:33
phoneNumber
phoneNumber:
string
Defined in: lib/signup.types.ts:23
reasonForBuying
reasonForBuying:
string
Defined in: lib/signup.types.ts:32
revenueRange
revenueRange:
number[]
Defined in: lib/signup.types.ts:27
riskTolerance
riskTolerance:
"low"|"moderate"|"aggressive"
Defined in: lib/signup.types.ts:31
timeline
timeline:
"0"|"6"|"12"|"24"|"36"
Defined in: lib/signup.types.ts:30