UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

16 lines (14 loc) 293 B
import type { FlagMediaName } from './FlagMediaName'; export type FlagShowMediaOptions = { screens: { /** Bit 0 */ left: boolean; /** Bit 1 */ right: boolean; /** Bit 2 */ front: boolean; /** Bit 3 */ back: boolean; }; mediaSourceName: FlagMediaName; };