import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; /** * This class represents the entity "TeamStatusTexts" of service "com.sap.gateway.srvd_a2x.api_respym_team_srv.v0001". */ export declare class TeamStatusTexts extends Entity implements TeamStatusTextsType { /** * Technical entity name for TeamStatusTexts. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the TeamStatusTexts entity */ static _keys: string[]; /** * Respy Mgmt Team Status. * Maximum length: 10. */ respyMgmtTeamStatus: DeserializedType; /** * Language. * Maximum length: 2. */ language: DeserializedType; /** * Respy Mgmt Team Status Text. * Maximum length: 60. */ respyMgmtTeamStatusText: DeserializedType; } export interface TeamStatusTextsType { respyMgmtTeamStatus: DeserializedType; language: DeserializedType; respyMgmtTeamStatusText: DeserializedType; } //# sourceMappingURL=TeamStatusTexts.d.ts.map