Skip to content

Commit

Permalink
Export Behavior options type
Browse files Browse the repository at this point in the history
  • Loading branch information
sajmoni committed Nov 20, 2022
1 parent c0f558e commit 5701e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const forever = (
return behavior
}

type BehaviorOptions = {
export type BehaviorOptions = {
id?: string
labels?: string[]
}
Expand Down

0 comments on commit 5701e6c

Please sign in to comment.