KC's Workspace
    Preparing search index...
    interface CommitReference {
        action: string | null;
        issue: string;
        owner: string | null;
        prefix: string;
        raw: string;
        repository: string | null;
    }
    Index

    Properties

    action: string | null
    issue: string
    owner: string | null
    prefix: string
    raw: string
    repository: string | null