UNPKG

instagram-model-ts

Version:

Instagram model

15 lines (13 loc) 214 B
export type DraftPost = { image: string; description: string; } export type DraftComment = { body: string; } export type DraftUser = { name: string; email: string; password: string; image: string; }