/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Chariot from "../../api/index"; import * as core from "../../core"; import { EventCategory } from "./EventCategory"; export declare const Event: core.serialization.ObjectSchema; export declare namespace Event { interface Raw { id?: string | null; category?: EventCategory.Raw | null; created_at?: string | null; associated_object_id?: string | null; associated_object_type?: string | null; } }