Skip to content

Commit

Permalink
Merge pull request #1 from open-frames/ar/add-state-field
Browse files Browse the repository at this point in the history
feat: Add State Field
  • Loading branch information
alexrisch authored Mar 12, 2024
2 parents 75ccdfe + c55d595 commit f198229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export type OpenFramesUntrustedData = {
timestamp: number;
buttonIndex: number;
inputText?: string;
state?: string;
};

export type OpenFramesTrustedData = {
Expand Down

0 comments on commit f198229

Please sign in to comment.