import { BackboneRelationship } from "./BackboneRelationship"; export interface BackboneAcceptRelationshipsRequest { creationResponseContent: string; } export type BackbonePutRelationshipsResponse = Omit; //# sourceMappingURL=BackbonePutRelationship.d.ts.map