MobX GitHub
    Preparing search index...

    Interface RepositoryFilter

    interface RepositoryFilter {
        code_of_conduct?: IDType | {};
        contributors?: (
            IDType | { login?: string; id?: number; node_id?: string; avatar_url?: string; gravatar_id?: string; url?: string; html_url?: string; followers_url?: string; following_url?: string; gists_url?: string; ... 11 more ...; user_view_type?: string; }[]
        ) & (IDType[] | {}[]);
        custom_properties?: IDType | { [key: string]: unknown };
        issues?: (
            IDType | { id: number; node_id: string; url: string; repository_url: string; labels_url: string; comments_url: string; events_url: string; html_url: string; number: number; state: string; ... 28 more ...; issue_field_values?: { ...; }[]; }[]
        ) & (IDType[] | {}[]);
        languages?: IDType | string[];
        license?: IDType | {};
        owner?: IDType | {};
        permissions?: IDType | {};
        relation?: ("issues" | "contributors" | "languages")[];
        security_and_analysis?: IDType | {};
        topics?: IDType | string[];
    }

    Hierarchy

    Index

    Properties

    code_of_conduct?: IDType | {}
    contributors?: (
        IDType | { login?: string; id?: number; node_id?: string; avatar_url?: string; gravatar_id?: string; url?: string; html_url?: string; followers_url?: string; following_url?: string; gists_url?: string; ... 11 more ...; user_view_type?: string; }[]
    ) & (IDType[] | {}[])
    custom_properties?: IDType | { [key: string]: unknown }
    issues?: (
        IDType | { id: number; node_id: string; url: string; repository_url: string; labels_url: string; comments_url: string; events_url: string; html_url: string; number: number; state: string; ... 28 more ...; issue_field_values?: { ...; }[]; }[]
    ) & (IDType[] | {}[])
    languages?: IDType | string[]
    license?: IDType | {}
    owner?: IDType | {}
    permissions?: IDType | {}
    relation?: ("issues" | "contributors" | "languages")[]
    security_and_analysis?: IDType | {}
    topics?: IDType | string[]