This interface shows the structure of a CreateUserResponse
export interface CreateUserResponse { token: string; user_id: string;}
Generated using TypeDoc
This interface shows the structure of a CreateUserResponse