({
gameId,
baigeId,
onClick,
isSelected,
locale
}: {
gameId: string;
baigeId: number | null;
onClick: () => void;
isSelected: boolean;
locale: string;
})
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected