Interface RepositoryFilter

interface RepositoryFilter {
    code_of_conduct: IDType;
    contributors: IDType & IDType[];
    issues: IDType & IDType[];
    languages: IDType;
    license: IDType;
    owner: IDType;
    permissions: IDType;
    relation: ("contributors" | "languages" | "issues")[];
    security_and_analysis: IDType;
    topics: IDType;
}

Hierarchy

Properties

code_of_conduct: IDType
contributors: IDType & IDType[]
issues: IDType & IDType[]
languages: IDType
license: IDType
owner: IDType
permissions: IDType
relation: ("contributors" | "languages" | "issues")[]
security_and_analysis: IDType
topics: IDType