useresponse
    Preparing search index...

    Interface Object

    interface Object {
        attachments?: Attachment[];
        author?: User;
        bestComment?: Comment;
        canBeCommented?: boolean;
        category?: Category;
        commentedAt?: string;
        commentsNum?: number;
        completedBy?: User;
        completedOn?: string;
        content?: string;
        createdAt?: string;
        createdAtPosix?: number;
        custom_fields?: CustomFieldValue[];
        forum?: Forum;
        id?: number;
        isAbused?: boolean;
        isFeatured?: boolean;
        isPrivate?: boolean;
        isSubscribed?: number;
        language?: string;
        latestActivityPosix?: number;
        links?: Link[];
        ownership?: string;
        parentObject?: unknown;
        recipients?: string[];
        responsible?: User;
        score?: number;
        scoreComment?: string;
        scoreReason?: string;
        slaDatePosix?: number;
        slug?: string;
        source?: Source;
        state?: State;
        status?: Status;
        tags?: string[];
        team?: Team;
        title?: string;
        type?: ObjectType;
        url?: string;
        views?: number;
        votes?: Votes;
    }
    Index

    Properties

    attachments?: Attachment[]
    author?: User
    bestComment?: Comment
    canBeCommented?: boolean
    category?: Category
    commentedAt?: string
    commentsNum?: number
    completedBy?: User
    completedOn?: string
    content?: string
    createdAt?: string
    createdAtPosix?: number
    custom_fields?: CustomFieldValue[]
    forum?: Forum
    id?: number
    isAbused?: boolean
    isFeatured?: boolean
    isPrivate?: boolean
    isSubscribed?: number
    language?: string
    latestActivityPosix?: number
    links?: Link[]
    ownership?: string
    parentObject?: unknown
    recipients?: string[]
    responsible?: User
    score?: number
    scoreComment?: string
    scoreReason?: string
    slaDatePosix?: number
    slug?: string
    source?: Source
    state?: State
    status?: Status
    tags?: string[]
    team?: Team
    title?: string
    type?: ObjectType
    url?: string
    views?: number
    votes?: Votes