UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

4 lines (2 loc) 180 B
type StartupLastFundraisingEnum = 'Crowdfunding' | 'DontShare' | 'More' | 'No' | 'PreSeed' | 'Seed' | 'Series_A' | 'Series_B' | 'Series_C'; export { StartupLastFundraisingEnum };