import type { EntityProperties } from "@vertigis/arcgis-extensions/Entity";
/**
 * Properties that can be used to create or update a model.
 */
export interface ModelProperties extends EntityProperties {
}
