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

    Interface CommentBaseDocument

    interface CommentBaseDocument {
        content: string;
        hidden: boolean;
        key: string;
        parentId: string | null;
        reactions: { [key: string]: { [key: string]: ReactionUser } };
    }
    Index

    Properties

    content: string
    hidden: boolean
    key: string
    parentId: string | null
    reactions: { [key: string]: { [key: string]: ReactionUser } }