useresponse
    Preparing search index...

    Interface Comment

    interface Comment {
        attachments?: Attachment[];
        author?: User;
        content?: string;
        createdAgo?: string;
        createdAt?: string;
        createdAtPosix?: number;
        id?: number;
        is_best?: number;
        objectId?: number;
        ownership?: string;
        replyToId?: number;
        updatedAt?: string;
        votes?: Vote;
    }
    Index

    Properties

    attachments?: Attachment[]
    author?: User
    content?: string
    createdAgo?: string
    createdAt?: string
    createdAtPosix?: number
    id?: number
    is_best?: number
    objectId?: number
    ownership?: string
    replyToId?: number
    updatedAt?: string
    votes?: Vote