Backstage
    Preparing search index...

    The author of a change in a repository

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    raw?: string

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

    type: string
    user?: Account