@geosanja/geosanja-frontend-api
Version:
swagger client for @geosanja/geosanja-frontend-api
26 lines (25 loc) • 709 B
TypeScript
/**
* GeoSanja API
* API para Aplicação GeoSanja
*
* OpenAPI spec version: 1.2.8
* Contact: claudio.bogossian@gmail.com
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
import { FeatureDTO } from './featureDTO';
export interface EditionOperationDTO {
operationId?: number;
operationType?: number;
operationStatus?: boolean;
operationResultCount?: number;
operationMessage?: string;
operationDetails?: string;
operationToolId?: string;
featureId?: string;
feature?: FeatureDTO;
featureBefore?: FeatureDTO;
featureAfter?: FeatureDTO;
}