Interface CweViewAudience

An audience entry describing who a view is relevant for.

interface CweViewAudience {
    Description: string;
    Type: string;
}

Properties

Properties

Description: string

Description of how this view is relevant to this audience

Type: string

Audience type (e.g. 'Software Developers', 'Educators')