Skip to content

Commit

Permalink
chore: generate API types
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 28, 2023
1 parent a610f16 commit a569b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/api_schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,12 +456,12 @@ export interface components {
* Format: date-time
*/
created_at: string;
/** Id */
id: string;
/** Email */
email: string;
/** Username */
username: string;
/** Id */
id: string;
};
/**
* UserProfileResponse
Expand Down

0 comments on commit a569b6a

Please sign in to comment.