diff --git a/src/core.ts b/src/core.ts index 0bdaf16..1ebf0a8 100644 --- a/src/core.ts +++ b/src/core.ts @@ -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 { /**