import { BackboneRelationship } from "./BackboneRelationship"; export interface BackbonePostRelationshipsRequest { relationshipTemplateId: string; creationContent: string; } export type BackbonePostRelationshipsResponse = Omit; //# sourceMappingURL=BackbonePostRelationship.d.ts.map