UNPKG

@typed-tabletop-simulator/lib

Version:
5 lines (4 loc) 242 B
/** @noSelfInFile */ type Options = Omit<TakeObjectByIndex, "callback_function"> | Omit<TakeObjectByGuid, "callback_function">; export declare const takeObject: (container: TTSBag | TTSBag, options: Options) => Promise<TTSObject>; export {};