/* 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;
/* 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;