mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
docs: apply changes mentioned in discussion
This commit is contained in:
committed by
Benjamin Jöckel
parent
65730d603a
commit
180c966891
@@ -30,12 +30,12 @@ import {SCOrganizationWithoutReferences} from './organization';
|
|||||||
export interface SCMessageWithoutReferences
|
export interface SCMessageWithoutReferences
|
||||||
extends SCCreativeWorkWithoutReferences {
|
extends SCCreativeWorkWithoutReferences {
|
||||||
/**
|
/**
|
||||||
* Recipients of the message
|
* Organizational unit for which the message is intended
|
||||||
*/
|
*/
|
||||||
audienceOrganizations?: SCOrganizationWithoutReferences[];
|
audienceOrganizations?: SCOrganizationWithoutReferences[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Audience of the message
|
* Roles for which the message is intended
|
||||||
*/
|
*/
|
||||||
audiences: SCMessageAudience[];
|
audiences: SCMessageAudience[];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user