[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

new_audit: add third party entity summary #9067

Merged
merged 9 commits into from
Jun 25, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comment for link value
  • Loading branch information
patrickhulce committed Jun 25, 2019
commit 096da18e5f91af1360e5ec58c517ac5ca2a6490f
1 change: 1 addition & 0 deletions types/audit-details.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ declare global {
/**
* A value used within a details object, intended to be displayed as a
* link with text, regardless of the controlling heading's valueType.
* If URL is the empty string, fallsback to a basic `TextValue`.
*/
export interface LinkValue {
type: 'link',
Expand Down