import { BackboneRelationship } from "./BackboneRelationship"; export interface BackboneGetRelationshipsRequest { ids: string[]; } export type BackboneGetRelationshipResponse = BackboneRelationship; export interface BackboneGetRelationshipsDateRange { from?: T; to?: T; } //# sourceMappingURL=BackboneGetRelationships.d.ts.map