UNPKG

bc-minecraft-bedrock-command

Version:

A typescript package library that handles commands for minecraft bedrock

4 lines 204 B
import { CommandInfo } from './command-info'; /**The type definition of a command container */ export type CommandContainer = Record<string, CommandInfo[]>; //# sourceMappingURL=command-container.d.ts.map