/** * This file was auto-generated by Fern from our API Definition. */ /** * Form info - matches API Info object */ export interface GoogleFormsInfo { /** The title of the form visible to responders */ title: string; /** The description of the form */ description?: string; /** The title of the document visible in Drive (output only, can be set on create) */ documentTitle?: string; }