import type { notifications_Notification } from './notifications_Notification'; export type notifications_NotificationsResponse = { data?: Array; /** * base64 encoded JSON representing a NextToken */ nextToken?: string; };