Flarum (2.x)
    Preparing search index...
    interface AnnouncementData {
        authorName: string | null;
        avatarUrl: string | null;
        commentCount: number;
        createdAt: string;
        excerpt: string;
        id: string;
        isSticky: boolean;
        slug: string;
        title: string;
        url: string;
    }
    Index

    Properties

    authorName: string | null
    avatarUrl: string | null
    commentCount: number
    createdAt: string
    excerpt: string
    id: string
    isSticky: boolean
    slug: string
    title: string
    url: string