Skip to content

Commit

Permalink
chore: update generated types file (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored and patricio0312rev committed Oct 31, 2023
1 parent 13e87ff commit da41a01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resources/types/generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,6 @@ declare namespace App.Data.Gallery {
isOwner: boolean;
hasLiked: boolean;
};
export type GalleryLikeData = {
likes: number;
hasLiked: boolean;
};
export type GalleryNftData = {
id: number;
name: string | null;
Expand Down

0 comments on commit da41a01

Please sign in to comment.