Skip to content

Commit

Permalink
fix: declare the type viewref to be of type string instead of a s…
Browse files Browse the repository at this point in the history
…tring literal

fixes: #207
  • Loading branch information
danielwiehl authored and mofogasy committed Nov 13, 2019
1 parent 5aa12fc commit 7bc15c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Capability, IntentMessage, PlatformCapabilityTypes } from './core.model
/**
* Declares the type of a view reference.
*/
export declare type ViewRef = 'string';
export type ViewRef = string;

/**
* Capability to show an application page as a workbench view.
Expand Down

0 comments on commit 7bc15c6

Please sign in to comment.