mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-16 11:16:20 +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
|
||||
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[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user