MobX GitHub
    Preparing search index...

    Interface IssueFilter

    interface IssueFilter {
        assignee?: IDType | {};
        assignees?: (
            IDType | { name?: string; email?: string; login: string; id: number; node_id: string; avatar_url: string; gravatar_id: string; url: string; html_url: string; followers_url: string; following_url: string; ... 10 more ...; user_view_type?: string; }[]
        ) & (IDType[] | {}[]);
        closed_by?: IDType | {};
        direction?: "asc" | "desc";
        issue_dependencies_summary?: IDType | {};
        issue_field_values?: (
            IDType | { issue_field_id: number; node_id: string; data_type: "number" | "text" | "single_select" | "date"; value: string | number; single_select_option?: { id: number; name: string; color: string; }; }[]
        ) & (IDType[] | {}[]);
        labels?: IDType | (string | {})[];
        milestone?: IDType | {};
        performed_via_github_app?: IDType | {};
        pull_request?: IDType | {};
        reactions?: IDType | {};
        repository?: IDType | {};
        sort?: "comments" | "created" | "updated";
        sub_issues_summary?: IDType | {};
        type?: IDType | {};
        user?: IDType | {};
    }

    Hierarchy (View Summary)

    Index

    Properties

    assignee?: IDType | {}
    assignees?: (
        IDType | { name?: string; email?: string; login: string; id: number; node_id: string; avatar_url: string; gravatar_id: string; url: string; html_url: string; followers_url: string; following_url: string; ... 10 more ...; user_view_type?: string; }[]
    ) & (IDType[] | {}[])
    closed_by?: IDType | {}
    direction?: "asc" | "desc"
    issue_dependencies_summary?: IDType | {}
    issue_field_values?: (
        IDType | { issue_field_id: number; node_id: string; data_type: "number" | "text" | "single_select" | "date"; value: string | number; single_select_option?: { id: number; name: string; color: string; }; }[]
    ) & (IDType[] | {}[])
    labels?: IDType | (string | {})[]
    milestone?: IDType | {}
    performed_via_github_app?: IDType | {}
    pull_request?: IDType | {}
    reactions?: IDType | {}
    repository?: IDType | {}
    sort?: "comments" | "created" | "updated"
    sub_issues_summary?: IDType | {}
    type?: IDType | {}
    user?: IDType | {}