Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Lukasonok <[email protected]>
  • Loading branch information
CalebGerman and roluk authored Sep 1, 2023
1 parent cdc3ef5 commit 1b65b26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/saved-views-client/src/models/Extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export interface ExtensionSavedViewCreate extends ExtensionBase {
data: string;
}

/** Extension metadata model for restful get extension operations following Apim standards. */
export interface ExtensionMin extends HalLinks<["href"]>, ExtensionBase { }

/** Saved view metadata model for restful get saved view operations following Apim standards. */
Expand Down

0 comments on commit 1b65b26

Please sign in to comment.