warframe-worldstate-parser
    Preparing search index...

    Interface RawNews

    interface RawNews {
        _id?: Identifier;
        Activation?: ContentTimestamp;
        Date: ContentTimestamp;
        EventEndDate?: ContentTimestamp;
        EventStartDate?: ContentTimestamp;
        Expiry?: ContentTimestamp;
        ImageUrl: string;
        Links?: { LanguageCode: string; Link: string }[];
        Messages: { LanguageCode: string; Message: string }[];
        MobileOnly: boolean;
        Priority: boolean;
        Prop: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Activation?: ContentTimestamp
    Date: ContentTimestamp
    EventEndDate?: ContentTimestamp
    EventStartDate?: ContentTimestamp
    Expiry?: ContentTimestamp
    ImageUrl: string
    Links?: { LanguageCode: string; Link: string }[]
    Messages: { LanguageCode: string; Message: string }[]
    MobileOnly: boolean
    Priority: boolean
    Prop: string