Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions apps/react-vite/src/types/api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// let's imagine this file is autogenerated from the backend
// ideally, we want to keep these api related types in sync
// with the backend instead of manually writing them out

export type BaseEntity = {
id: string;
createdAt: number;
Expand All @@ -23,7 +19,6 @@ export type User = Entity<{
email: string;
role: 'ADMIN' | 'USER';
teamId: string;
bio: string;
}>;

export type AuthResponse = {
Expand Down