Pawnote
    Preparing search index...

    Type Alias NewsItem

    NewsItem: Readonly<
        {
            author: string;
            category: NewsCategory;
            creationDate: Date;
            endDate: Date;
            id: string;
            public: any;
            startDate: Date;
            title?: string;
        },
    > & { read: boolean }

    Type Declaration

    • read: boolean

      Whether this news have been read or not.