nexus-agents - v2.80.0
    Preparing search index...

    Interface IssueFilters

    Issue filter options.

    interface IssueFilters {
        labels?: readonly string[];
        state?: "open" | "closed" | "all";
        limit?: number;
    }
    Index

    Properties

    Properties

    labels?: readonly string[]
    state?: "open" | "closed" | "all"
    limit?: number