Skip to content

Commit

Permalink
Merge pull request #78 from Renumics/fix/export-actionhandlerresponse
Browse files Browse the repository at this point in the history
export action handler response
  • Loading branch information
dani2112 authored Mar 4, 2025
2 parents 24a67ad + e8a1d60 commit b6341fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexio/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export interface ProviderConfig {
};
}
// ---- ActionHandler Function types -----
type ActionHandlerResponse =
export type ActionHandlerResponse =
AddUserMessageActionResponse |
SetActiveMessageActionResponse |
ClearMessagesActionResponse |
Expand Down

0 comments on commit b6341fb

Please sign in to comment.