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 18, 2023
1 parent d87f76b commit dcf7053
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/api_schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -453,17 +453,17 @@ export interface components {
};
/** UserProfile */
UserProfile: {
/** Email */
email: string;
/** Id */
id: string;
/** Username */
username: string;
/**
* Created At
* Format: date-time
*/
created_at: string;
/** Id */
id: string;
/** Email */
email: string;
};
/**
* UserProfileResponse
Expand Down

0 comments on commit dcf7053

Please sign in to comment.