mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Add admin notifications besides push #535
This commit is contained in:
@ -136,7 +136,10 @@ export type TabPublicStackParamList = {
|
||||
|
||||
export type TabNotificationsStackParamList = {
|
||||
'Tab-Notifications-Root': undefined
|
||||
'Tab-Notifications-Filters': undefined
|
||||
} & TabSharedStackParamList
|
||||
export type TabNotificationsStackScreenProps<T extends keyof TabNotificationsStackParamList> =
|
||||
NativeStackScreenProps<TabNotificationsStackParamList, T>
|
||||
|
||||
export type TabMeStackParamList = {
|
||||
'Tab-Me-Root': undefined
|
||||
|
Reference in New Issue
Block a user