add canEditProp
This commit is contained in:
parent
3bcbbffa8e
commit
58a6e2286a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue