Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Oct 19, 2023
1 parent 534ae77 commit 3f2effa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/5.htlbid.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
interface htlbidType {
cmd: (() => void)[]
layout: (string) => void
layout: (type: string) => void
setTargeting: (keys: string, targetingParams: string[]) => void
clearTargeting: (string) => void
clearTargeting: (key: string) => void
forceRefresh: () => void
}

Expand Down

0 comments on commit 3f2effa

Please sign in to comment.