Backstage
    Preparing search index...
    interface RepoUpdatedEvent {
        actor: Account;
        changes: RepoChanges;
        repository: Repository & { workspace: Workspace };
    }

    Hierarchy (View Summary)

    Index

    Properties

    actor: Account
    changes: RepoChanges
    repository: Repository & { workspace: Workspace }