Skip to content

Commit

Permalink
remove unneeded type
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey committed Jul 24, 2024
1 parent edbf239 commit 0b57165
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,14 +385,6 @@ export type AirgapQueues = Readonly<{
setCookies?: PendingCookieMutationDescriptor[];
}>;

/** Exported airgap.js quarantine queues */
export type QuarantineJSON = Readonly<{
/** Requests */
requests?: PendingEventQueue;
/** Cookies */
cookies?: PendingCookieQueue;
}>;

/**
* Airgap event types that send the ConsentChangeEventDetails object with them
*/
Expand Down

0 comments on commit 0b57165

Please sign in to comment.