Source: app/data/enum/ActivityFlags.js

/* eslint-disable no-bitwise, import/prefer-default-export */
/**
 * List of activity related flags
 */

// Activity type categories
/**
 * strengthening - The activity is classified as being muscle strengthening
 */
export const STRENGTHENING = 1 << 0;