Skip to content

Commit

Permalink
expand AirgapAuth type
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey committed Jun 14, 2024
1 parent c715254 commit 40c84d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ export type AirgapAuth =
/** A user-initiated interaction event that was just dispatched. */
| UIEvent
/** A `load` event from a just-loaded airgap.js script element (which implies auth by being loaded before airgap.js) */
| Event;
| Event
/** Consent change authorization key automatically conferred by airgap via setAuth() API for UI modules */
| Symbol;

/** A boolean value represented as either `'on'` or `'off'` */
export const BooleanString = t.keyof({
Expand Down

0 comments on commit 40c84d0

Please sign in to comment.