Make all CIA levels optional
Useful for partial updates or default values.
const partialLevels: PartialCIALevels = { availabilityLevel: 'High' // other levels are optional}; Copy
const partialLevels: PartialCIALevels = { availabilityLevel: 'High' // other levels are optional};
Make all CIA levels optional
Useful for partial updates or default values.