Type Alias PlayerChainNotifyNodeRef

PlayerChainNotifyNodeRef: {
    leafIndex: number;
    removed?: boolean;
    stableKey: string;
    updatedAt?: string;
}