Skip to content

Commit

Permalink
style: remove typing
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Dec 9, 2018
1 parent f9d2965 commit 2a14d9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/typings/message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export interface PostMsgSelection extends Omit<MsgSelection, 'type'> {
export interface MsgOpenUrl {
readonly type: MsgType.OpenURL
readonly url: string
readonly placeholder?: false
/** use browser.runtime.getURL? */
readonly self?: boolean
}
Expand Down

0 comments on commit 2a14d9c

Please sign in to comment.