add: omnichannelPermissions to RoomActions route props

This commit is contained in:
Gerzon Z 2022-04-19 09:48:47 -04:00
parent 91ff5ad64d
commit f7e5f2cfa1
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ export type ChatsStackParamList = {
rid: string;
t: SubscriptionType;
joined: boolean;
omnichannelPermissions: boolean[];
};
SelectListView: {
data?: IRoom[];