/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../../index.js"; import * as Zep from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; export declare const AddTripleRequest: core.serialization.Schema; export declare namespace AddTripleRequest { interface Raw { created_at?: string | null; edge_attributes?: Record | null; expired_at?: string | null; fact: string; fact_name: string; fact_uuid?: string | null; graph_id?: string | null; invalid_at?: string | null; source_node_attributes?: Record | null; source_node_labels?: string[] | null; source_node_name?: string | null; source_node_summary?: string | null; source_node_uuid?: string | null; target_node_attributes?: Record | null; target_node_labels?: string[] | null; target_node_name?: string | null; target_node_summary?: string | null; target_node_uuid?: string | null; user_id?: string | null; valid_at?: string | null; } }