add canEditProp

This commit is contained in:
Gleidson Daniel 2022-09-20 20:07:25 -03:00
parent 3bcbbffa8e
commit 58a6e2286a
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ export type InsideStackParamList = {
text: string; text: string;
room: TSubscriptionModel; room: TSubscriptionModel;
thread: TThreadModel; thread: TThreadModel;
canEdit: boolean;
}; };
ModalBlockView: { ModalBlockView: {
data: any; // TODO: Change; data: any; // TODO: Change;