Skip to content

PolicyNoticeReference

Reference to a numbered notice within an organization's practice statement.

ts
interface PolicyNoticeReference {
	readonly organization: string;
	readonly noticeNumbers: readonly number[];
}

Properties

  • readonly organization: string — Organization name that published the notice.
  • readonly noticeNumbers: readonly number``[] — One-based notice numbers within that organization's documentation.

Released under the MIT License.