Improve reaction types

This commit is contained in:
Evan Hahn 2021-10-13 11:29:15 -05:00 committed by GitHub
parent 35a54cdc02
commit 21c00f51bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

2
ts/model-types.d.ts vendored
View file

@ -373,7 +373,7 @@ export type ReactionAttributesType = {
remove?: boolean;
targetAuthorUuid: string;
targetTimestamp: number;
fromId?: string;
fromId: string;
timestamp: number;
fromSync?: boolean;
};