MobX GitHub
    Preparing search index...

    Interface CheckRunFilter

    interface CheckRunFilter {
        app?: IDType | {};
        check_suite?: IDType | {};
        deployment?: IDType | {};
        filter?: "latest" | "all";
        output?: IDType | {};
        pull_requests?: (
            IDType | { id: number; number: number; url: string; head: { ref: string; sha: string; repo: { id: number; url: string; name: string; }; }; base: { ref: string; sha: string; repo: { id: number; url: string; name: string; }; }; }[]
        ) & (IDType[] | {}[]);
    }

    Hierarchy

    Index

    Properties

    app?: IDType | {}
    check_suite?: IDType | {}
    deployment?: IDType | {}
    filter?: "latest" | "all"
    output?: IDType | {}
    pull_requests?: (
        IDType | { id: number; number: number; url: string; head: { ref: string; sha: string; repo: { id: number; url: string; name: string; }; }; base: { ref: string; sha: string; repo: { id: number; url: string; name: string; }; }; }[]
    ) & (IDType[] | {}[])