mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-04-19 05:23:52 +02:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
export enum SAME_SITE_OPTIONS {
|
|
STRICT = "strict",
|
|
LAX = "lax",
|
|
NONE = "none",
|
|
}
|