chore: issue reaction response updated (#3951)

This commit is contained in:
Anmol Singh Bhatia 2024-03-15 17:26:38 +05:30 committed by GitHub
parent d25fcfdd88
commit cbe5d9a047
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
export type TIssueReaction = {
actor_id: string;
actor: string;
id: string;
issue_id: string;
issue: string;
reaction: string;
};