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;
room: TSubscriptionModel;
thread: TThreadModel;
canEdit: boolean;
};
ModalBlockView: {
data: any; // TODO: Change;