Backstage
    Preparing search index...

    The committer of a change in a repository

    interface Committer {
        raw?: string;
        type: string;
        user?: Account;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    raw?: string

    The raw committer value from the repository. This may be the only value available if the committer does not match a user in Bitbucket.

    type: string
    user?: Account