4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export enum CookieType {
|
|
TEAM_SHORTCUTS_ONBOARDING = "TEAM_SHORTCUTS_ONBOARDING",
|
|
}
|