import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; import type { RuntimeArtifactErrorInformationsApi } from './RuntimeArtifactErrorInformationsApi.js'; /** * This class represents the entity "RuntimeArtifactErrorInformations" of service "com.sap.hci.api". */ export declare class RuntimeArtifactErrorInformations extends Entity implements RuntimeArtifactErrorInformationsType { /** * Technical entity name for RuntimeArtifactErrorInformations. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultBasePath: string; /** * All key fields of the RuntimeArtifactErrorInformations entity */ static _keys: string[]; /** * Id. */ id: DeserializedType; constructor(_entityApi: RuntimeArtifactErrorInformationsApi); } export interface RuntimeArtifactErrorInformationsType { id: DeserializedType; }