enum CookieAttribute { EXPIRES = 'expires', HTTPONLY = 'httponly', PATH = 'path', SECURE = 'secure', SESSION = 'session', SAMESITE = 'samesite' } export default CookieAttribute;