fix type error

This commit is contained in:
Samuel Newman
2025-10-16 13:24:30 +01:00
committed by Eric Bailey
parent 3e958b50e1
commit c87d53c34f
@@ -54,7 +54,9 @@ export function Inner({
}: { }: {
name: Exclude<keyof AppBskyNotificationDefs.Preferences, '$type'> name: Exclude<keyof AppBskyNotificationDefs.Preferences, '$type'>
syncOthers?: Exclude<keyof AppBskyNotificationDefs.Preferences, '$type'>[] syncOthers?: Exclude<keyof AppBskyNotificationDefs.Preferences, '$type'>[]
preference: AppBskyNotificationDefs.Preference | FilterablePreference preference:
| AppBskyNotificationDefs.Preference
| AppBskyNotificationDefs.FilterablePreference
allowDisableInApp: boolean allowDisableInApp: boolean
}) { }) {
const t = useTheme() const t = useTheme()