import { Types } from "bc-minecraft-bedrock-types";
/** */
export interface Group extends Types.BaseObject {
    items: string[];
}
