Sanitisation Level DATA
data
data: {
ecosystems: {
ecosystemUrl: string;
tenantIds: string[];
}[];
integrations: {
format: "MATTR";
url: string;
}[];
lastSyncTime: number;
skipped: boolean;
successCount: number;
}
Type declaration
ecosystems: {
ecosystemUrl: string;
tenantIds: string[];
}[]
integrations: {
format: "MATTR";
url: string;
}[]
lastSyncTime: number
skipped: boolean
successCount: number