Skip to content

Commit

Permalink
fix: button.d.ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Jul 4, 2018
1 parent 527c715 commit 44ff44b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/types/button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export interface ButtonParams {

export interface Button {
title: string,
tts?:
url:
hide: boolean
tts?: string,
url: string,
hide: boolean,
payload?: {}
}

0 comments on commit 44ff44b

Please sign in to comment.