Improve reaction types
This commit is contained in:
parent
35a54cdc02
commit
21c00f51bd
4 changed files with 5 additions and 5 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -373,7 +373,7 @@ export type ReactionAttributesType = {
|
|||
remove?: boolean;
|
||||
targetAuthorUuid: string;
|
||||
targetTimestamp: number;
|
||||
fromId?: string;
|
||||
fromId: string;
|
||||
timestamp: number;
|
||||
fromSync?: boolean;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue