UNPKG

@becomes/cms-cloud-client

Version:

SDK for accessing BCMS Cloud API

12 lines (11 loc) 328 B
import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface UserQuestions { theme?: string; role?: string; projectFor?: string; usedHeadless?: string; numberOfPeople?: string; framework?: string; hearAboutUs?: string; } export declare const UserQuestionsSchema: ObjectSchema;