UNPKG

instagram-model-ts

Version:

Instagram model

7 lines (6 loc) 108 B
import type { User } from "./User.ts" export type Comment = { id: string, body: string, user: User, }