Skip to content

Commit

Permalink
fix: re-export EnvelopedEvent (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
filmaj authored Sep 11, 2024
1 parent c9adc2f commit cfae299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/events/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export type FunctionInputs = Record<string, unknown>;
*
* This describes the entire JSON-encoded body of a request from Slack's Events API.
*/
interface EnvelopedEvent<Event = BaseSlackEvent> extends StringIndexed {
export interface EnvelopedEvent<Event = BaseSlackEvent> extends StringIndexed {
token: string;
team_id: string;
enterprise_id?: string;
Expand Down

0 comments on commit cfae299

Please sign in to comment.