Skip to content

Commit 7189087

Browse files
Export action attempt type
1 parent a4bdd6c commit 7189087

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/blueprint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ interface EventResource extends Resource {
6464
targetResourceType: string | null
6565
}
6666

67-
interface ActionAttempt extends Resource {
67+
export interface ActionAttempt extends Resource {
6868
resourceType: 'action_attempt'
6969
actionAttemptType: string
7070
}

src/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export {
2+
type ActionAttempt,
23
type Blueprint,
34
type BlueprintOptions,
45
createBlueprint,

0 commit comments

Comments
 (0)