Skip to content

Commit

Permalink
make type to capital case
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 committed Nov 9, 2023
1 parent feb851b commit c371107
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/types/user.types.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export interface UserTypes {
Id: number;
Username: string;
email?: string;
password?: string;
isVerified?: boolean;
isOnboarding?: boolean;
createdAt?: string;
updatedAt?: string;
Email?: string;
Password?: string;
IsVerified?: boolean;
IsOnboarding?: boolean;
CreatedAt?: string;
UpdatedAt?: string;
}

0 comments on commit c371107

Please sign in to comment.