diff --git a/resources/js/helpers/api.types.ts b/resources/js/helpers/api.types.ts index 7375fed..ee4a9f9 100644 --- a/resources/js/helpers/api.types.ts +++ b/resources/js/helpers/api.types.ts @@ -66,6 +66,10 @@ export interface PostCollection { export interface User { id: string; username: string; + email: string; + first_name: string; + last_name: string; + phone: string; } export interface UserResponse {