import type { forms_Form } from './forms_Form'; export type forms_ListFormsOutput = { /** * The page of forms. */ data?: Array; /** * base64 encoded JSON representing a NextToken */ nextToken?: string; };