SW Combine SDK
    Preparing search index...

    Interface ListGNSOptions

    GNS (Galactic News Service) listing options Extends base options with GNS-specific faction filtering

    interface ListGNSOptions {
        author?: string;
        category?: string;
        end_date?: number;
        faction?: string;
        faction_type?: string;
        item_count?: number;
        search?: string;
        start_date?: number;
        start_index?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    author?: string

    Author name to filter by

    category?: string

    News category to filter by

    end_date?: number

    Filter news up to this Unix timestamp

    faction?: string

    Faction name to filter by (GNS only)

    faction_type?: string

    Faction type to filter by (GNS only)

    item_count?: number

    Number of items to retrieve. Default: 50, Max: 50

    search?: string

    Search term to filter by

    start_date?: number

    Filter news starting from this Unix timestamp

    start_index?: number

    Starting position (1-based). Default: 1