UNPKG

@typed-tabletop-simulator/lib

Version:
9 lines (8 loc) 263 B
/** @noSelfInFile */ /** @noSelfInFIle */ export interface Options { position?: VectorShape; rotation?: VectorShape; scale?: VectorShape; } export declare const spawnObject: <T extends ObjectData>(data: T, options?: Options) => Promise<TTSObject<T>>;