export type app_instance_InstallNotificationSurfaceDefaults = { /** * Email is true when the email channel starts enabled for internal users. */ email?: boolean; /** * Product is true when the in-product channel starts enabled for internal users. */ product?: boolean; };