@candlerip/shared3 0.0.71 → 0.0.72
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { CookieConsent } from '../../../cookie/index.js';
|
2
2
|
import { CookiePolicyPageDictionary, Language } from '../../../dictionary/index.js';
|
3
3
|
export interface CookiePolicyPageServerSideProps {
|
4
|
-
cookieConsent
|
4
|
+
cookieConsent?: CookieConsent;
|
5
5
|
dictionary: CookiePolicyPageDictionary;
|
6
6
|
language: Language;
|
7
7
|
}
|