Skip to content

Commit

Permalink
export type ScheduledTimerEventPayload (#626)
Browse files Browse the repository at this point in the history
## Summary
Export type `ScheduledTimerEventPayload` as I need it in my TS project.


## Checklist
<!-- Tick these items off as you progress. -->
<!-- If an item isn't applicable, ideally please strikeout the item by
wrapping it in "~~"" and suffix it with "N/A My reason for skipping
this." -->
<!-- e.g. "- [ ] ~~Added tests~~ N/A Only touches docs" -->

- [ ] ~Added a [docs PR](https://github.com/inngest/website) that
references this PR~ N/A
- [ ] ~Added unit/integration tests~ N/A
- [ ] Added changesets if applicable

---------

Co-authored-by: Jack Williams <jpwilliamsphotography@gmail.com>
  • Loading branch information
cohlar and jpwilliams authored Jun 25, 2024
1 parent cc96657 commit 6e41c90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-mirrors-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"inngest": patch
---

Export `ScheduledTimerEventPayload` for ESM
1 change: 1 addition & 0 deletions packages/inngest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export type {
LogLevel,
OutgoingOp,
RegisterOptions,
ScheduledTimerEventPayload,
SendEventBaseOutput,
StepOptions,
StepOptionsOrId,
Expand Down

0 comments on commit 6e41c90

Please sign in to comment.