UNPKG

@typed-tabletop-simulator/lib

Version:
7 lines (6 loc) 226 B
/** @noSelfInFile */ import { BaseProperties } from "./baseObject"; export interface BagProperties extends BaseProperties { content?: ObjectData[]; } export declare const createBag: (properties: BagProperties) => BagData;