import { BaseElement } from '../Base/index'; /** * Contains a reference to a DataStore. * * Has only symbolic value and doesn't actually do anything. */ export type DataStoreReference = BaseElement & { name?: string; };