import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { TeamCategoryTexts, TeamCategoryTextsType } from './TeamCategoryTexts'; import { TeamTypes, TeamTypesType } from './TeamTypes'; /** * This class represents the entity "TeamCategories" of service "com.sap.gateway.srvd_a2x.api_respym_team_srv.v0001". */ export declare class TeamCategories extends Entity implements TeamCategoriesType { /** * Technical entity name for TeamCategories. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the TeamCategories entity */ static _keys: string[]; /** * Respy Mgmt Team Category. * Maximum length: 10. */ respyMgmtTeamCategory: DeserializedType; /** * One-to-many navigation property to the [[TeamCategoryTexts]] entity. */ teamCategoryTexts: TeamCategoryTexts[]; /** * One-to-many navigation property to the [[TeamTypes]] entity. */ teamTypes: TeamTypes[]; } export interface TeamCategoriesType { respyMgmtTeamCategory: DeserializedType; teamCategoryTexts: TeamCategoryTextsType[]; teamTypes: TeamTypesType[]; } //# sourceMappingURL=TeamCategories.d.ts.map