@becomes/cms-cloud-client
Version:
SDK for accessing BCMS Cloud API
12 lines (11 loc) • 328 B
TypeScript
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;