Skip to content

Commit

Permalink
feat(background): add search result typing
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 7, 2018
1 parent f8a55ff commit 76dc07b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/typings/server.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export interface DictSearchResult<R> {
/** search result */
result: R
/** auto play sound */
audio?: {
uk?: string
us?: string
py?: string
}
}

0 comments on commit 76dc07b

Please sign in to comment.