From c800f47bc1a806f70cbcf3b431d7107fb2fa56d6 Mon Sep 17 00:00:00 2001 From: Eli Grey <~@eligrey.com> Date: Wed, 24 Jul 2024 01:10:26 +0000 Subject: [PATCH] include PendingCookieQueue --- src/core.ts | 3 +++ 1 file changed, 3 insertions(+) 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 { /**