mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
feat: add partner → campaign edges with distinct color to referral network
This commit is contained in:
@@ -37,7 +37,7 @@ export interface NetworkCampaignNode {
|
||||
export interface NetworkEdge {
|
||||
source: string;
|
||||
target: string;
|
||||
type: 'referral' | 'campaign';
|
||||
type: 'referral' | 'campaign' | 'partner_campaign';
|
||||
}
|
||||
|
||||
export interface NetworkGraphData {
|
||||
|
||||
Reference in New Issue
Block a user