import type { files_File } from './files_File'; export type files_ListOutput = { /** * Data is the page of files, folders, and links. */ data?: Array; /** * base64 encoded JSON representing a NextToken */ nextToken?: string; };