@typed-discord/rest
    Preparing search index...

    Interface GithubCheckRunOutput

    interface GithubCheckRunOutput {
        summary?: string | null;
        title?: string | null;
    }
    Index

    Properties

    Properties

    summary?: string | null
    title?: string | null