Interface FormattedStreamPost

Hierarchy

  • FormattedStreamPost

Properties

author: {
    avatar: null | string;
    handle: string;
    id: string;
    username: string;
}

Type declaration

  • avatar: null | string
  • handle: string
  • id: string
  • username: string
counts: {
    likes: number;
    replies: number;
    reposts: number;
}

Type declaration

  • likes: number
  • replies: number
  • reposts: number
createdAt: string
images: string[]
links: {
    cid: string;
    uri: string;
    url: string;
}

Type declaration

  • cid: string
  • uri: string
  • url: string
media: unknown[]
reposted: null | {
    createdAt: string;
    user: {
        avatar: string;
        handle: string;
        id: string;
        username: string;
    };
}

Type declaration

  • createdAt: string
  • user: {
        avatar: string;
        handle: string;
        id: string;
        username: string;
    }
    • avatar: string
    • handle: string
    • id: string
    • username: string
text: string
type: "post" | "repost"

Generated using TypeDoc