UNPKG

instagram-model-ts

Version:

Instagram model

9 lines (8 loc) 132 B
export type User = { id: string, name: string, email: string, password: string, image: string, followers: Array<User> }