UNPKG

bc-minecraft-bedrock-types

Version:

The typescript library that provides default types for minecraft bedrock

5 lines (4 loc) 94 B
/** * */ export type SelectorType = "@a" | "@e" | "@p" | "@r" | "@s" | "@v" | "@initiator";