/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; export interface BaseEvent { /** The domain of the event */ domain: Flatfile.Domain; /** The context of the event */ context: Flatfile.Context; /** The attributes of the event */ attributes?: Flatfile.EventAttributes; /** The callback url to acknowledge the event */ callbackUrl?: string; /** The url to retrieve the data associated with the event */ dataUrl?: string; target?: string; origin?: Flatfile.Origin; namespaces?: string[]; }