UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

5 lines (3 loc) 204 B
import { FLAG_MEDIA_NAME } from '../../../constants/hardware/flag-media-name'; import type { ObjectValues } from '../../utils'; export type FlagMediaName = ObjectValues<typeof FLAG_MEDIA_NAME> | number;