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