export type CookieProp = {
	VALUE: 'value',
	DOMAIN: 'domain',
	PATH: 'path',
	HTTP_ONLY: 'httpOnly',
	SECURE: 'secure',
};
