Skip to content

Commit

Permalink
include PendingCookieQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey committed Jul 24, 2024
1 parent c92db5c commit c800f47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,9 @@ export interface IPendingCookieMutation
toJSON(): PendingCookieMutationJSON;
}

/** Pending cookie mutation queue */
export type PendingCookieQueue = IPendingCookieMutation[];

/** Interface for dynamic node references */
export interface IDynamicNodeReference {
/**
Expand Down

0 comments on commit c800f47

Please sign in to comment.