add: omnichannelPermissions to RoomActions route props
This commit is contained in:
parent
91ff5ad64d
commit
f7e5f2cfa1
|
@ -42,6 +42,7 @@ export type ChatsStackParamList = {
|
|||
rid: string;
|
||||
t: SubscriptionType;
|
||||
joined: boolean;
|
||||
omnichannelPermissions: boolean[];
|
||||
};
|
||||
SelectListView: {
|
||||
data?: IRoom[];
|
||||
|
|
Loading…
Reference in New Issue