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
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;
};