constants.ts 236 B

12345
  1. export const NEW_VARIABLE_ID = '00000000-0000-0000-0000-000000000000';
  2. export const ALL_VARIABLE_TEXT = 'All';
  3. export const ALL_VARIABLE_VALUE = '$__all';
  4. export const NONE_VARIABLE_TEXT = 'None';
  5. export const NONE_VARIABLE_VALUE = '';