expand user type

This commit is contained in:
2023-02-28 08:47:59 +10:00
parent 3f9e40dbc8
commit f05691d911

View File

@@ -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 {