Type Alias PlayerChainOccupantRemovedNode

PlayerChainOccupantRemovedNode: {
    kind: "occupant";
    removed: true;
    stableKey: string;
}