UNPKG
@almacareer/cookie-consent-manager
Version:
alpha (3.0.0-alpha.1)
beta (3.0.0-beta.0)
latest (3.1.0)
3.1.0
3.0.1
3.0.0
3.0.0-beta.0
3.0.0-alpha.1
3.0.0-alpha.0
Cookie Consent Manager mainly for Alma Career products
alma-oss/cookie-consent-manager
@almacareer/cookie-consent-manager
/
consentCollector.d.ts
7 lines
(6 loc)
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CookieValue
,
UserPreferences
}
from
'vanilla-cookieconsent'
;
/** * Submit information about consent level given by the user. */
declare
function
submitConsent
(
consentCollectorApiUrl
:
string
,
cookie
:
CookieValue
,
userPreferences
:
UserPreferences
):
void
;
export
default
submitConsent;