UNPKG

@unq-ui/instagram-model-js

Version:

Instagram model

11 lines (10 loc) 237 B
export class User { constructor(id, name, email, password, image, followers) { this.id = id; this.name = name; this.email = email; this.password = password; this.image = image; this.followers = followers; } }