PolicyNoticeReference
Reference to a numbered notice within an organization's practice statement.
ts
interface PolicyNoticeReference {
readonly organization: string;
readonly noticeNumbers: readonly number[];
}Properties
readonlyorganization:string— Organization name that published the notice.readonlynoticeNumbers:readonlynumber``[]— One-based notice numbers within that organization's documentation.