Skip to content

Commit

Permalink
feat(web): update api types
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt committed Jan 11, 2025
1 parent a03ae25 commit 2c42537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/web/src/lib/api/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ export interface components {
/** Emote */
emote: string;
visibility: components["schemas"]["Visibility"];
/** Quotes Count */
quotes_count: number;
/** Created By User Id */
created_by_user_id: number;
/**
Expand Down

0 comments on commit 2c42537

Please sign in to comment.