Level of coverage requirement for an API item.
export type CoverageLevel = 'required' | 'desired' | 'optional';
Was this page helpful?