add canEditProp
This commit is contained in:
parent
3bcbbffa8e
commit
58a6e2286a
|
@ -270,6 +270,7 @@ export type InsideStackParamList = {
|
|||
text: string;
|
||||
room: TSubscriptionModel;
|
||||
thread: TThreadModel;
|
||||
canEdit: boolean;
|
||||
};
|
||||
ModalBlockView: {
|
||||
data: any; // TODO: Change;
|
||||
|
|
Loading…
Reference in New Issue