Hierarchy

  • IPost

Properties

authorId?: string
author_mood?: EmotionType
comments?: IComment[]
date?: number
files?: FileInfoDto[]
id?: string
message?: string
reactions?: {
    amount: number;
    entityId: number;
    reaction: number;
}[]

Type declaration

  • amount: number
  • entityId: number
  • reaction: number
recipients?: RecipientsPost
title?: string

Generated using TypeDoc