@juki-team/commons - v0.1.10
    Preparing search index...

    Interface CommentDataResponseDTO

    interface CommentDataResponseDTO {
        content: string;
        createdTimestamp: number;
        hidden: boolean;
        id: string;
        reactions: { [key: string]: { [key: string]: ReactionUserResponseData } };
        replies: CommentDataResponseDTO[];
        updatedTimestamp: number;
        user: UserCompanyBasicInfoResponseDTO;
    }
    Index

    Properties

    content: string
    createdTimestamp: number
    hidden: boolean
    id: string
    reactions: { [key: string]: { [key: string]: ReactionUserResponseData } }
    updatedTimestamp: number