/**
 * Agravity OpenAPI Documentation - Public Functions
 *
 * Contact: support@agravity.io
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { EntityIdName } from './entityIdName.pub.agravity';

export interface EntityListResult {
	entities?: Array<EntityIdName> | null;
	notfounds?: Array<string> | null;
}
