mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
013efac46b
We love all open-source Unleash users. in 2022 we built the [segment capability](https://docs.getunleash.io/reference/segments) (v4.13) as an enterprise feature, simplify life for our customers. Now it is time to contribute it to the world 🌏 --------- Co-authored-by: Thomas Heartman <thomas@getunleash.io>
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
export const P = 'P';
|
|
export const C = 'C';
|
|
export const E = 'E';
|
|
export const EEA = 'EEA';
|
|
export const RE = 'RE';
|
|
export const UG = 'UG';
|