Skip to Content

Interface: WarningSummary

Aggregated warnings from the most recent conversion cycle.

Properties

features

features: { count: number; feature: string; message: string; }[];

Warning counts grouped by feature key.

count

count: number;

feature

feature: string;

message

message: string;

totalCount

totalCount: number;

Total number of warning entries.