interface WarningCollection {
    warnings?: string[];
}

Properties

Properties

warnings?: string[]