feat: add favorite functionality for goods; implement favorite button and service integration
This commit is contained in:
@@ -17,6 +17,7 @@ export interface IGoodRawResponse {
|
||||
is_default_guild_good: boolean;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
is_favorite: boolean;
|
||||
}
|
||||
export interface IGoodResponse extends IGoodRawResponse {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user