import type { app_instance_InstallNotificationActionLabel } from './app_instance_InstallNotificationActionLabel'; import type { app_instance_InstallNotificationSettingInput } from './app_instance_InstallNotificationSettingInput'; export type app_instance_InstallNotificationSettingsCreateInput = { /** * ActionLabel optionally declares the app's generic "[verb] [count] [noun]" label. */ actionLabel?: app_instance_InstallNotificationActionLabel; /** * Notifications is the app's initial list of notification settings. */ notifications: Array; };