/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * The event object enables Intercom to know more about the actions that took place in your app. Currently, you can only tell us when an app's flow has been completed.
 */
export interface Event {
    /** What action took place. The only value currently accepted is `completed`. */
    type: "completed";
}
