Skip to content

Commit

Permalink
Fix warning during build
Browse files Browse the repository at this point in the history
  • Loading branch information
D4N14L committed Oct 3, 2019
1 parent 0ee18f9 commit e3a65ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"kind": "Interface",
"canonicalReference": "api-extractor-scenarios!A:interface",
"docComment": "",
"docComment": "/**\n * @public\n */\n",
"excerptTokens": [
{
"kind": "Content",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export declare namespace A {
}
}

/** @public */
export declare interface A {
myProperty: string;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export namespace A {
}
}

/** @public */
export interface A {
myProperty: string;
}
Expand Down

0 comments on commit e3a65ac

Please sign in to comment.