docs: apply changes mentioned in discussion

This commit is contained in:
Roman Klopsch
2019-06-25 13:19:05 +02:00
committed by Benjamin Jöckel
parent 65730d603a
commit 180c966891

View File

@@ -30,12 +30,12 @@ import {SCOrganizationWithoutReferences} from './organization';
export interface SCMessageWithoutReferences
extends SCCreativeWorkWithoutReferences {
/**
* Recipients of the message
* Organizational unit for which the message is intended
*/
audienceOrganizations?: SCOrganizationWithoutReferences[];
/**
* Audience of the message
* Roles for which the message is intended
*/
audiences: SCMessageAudience[];