export type api_List = { data?: Array; /** * base64 encoded JSON representing a NextToken */ nextToken?: string; };