/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * data: { * accountId: "us_acc_YOUR_ID", * subscribeKey: "sub-c-TOKEN", * ttl: 15, * token: "LONG-TOKEN" * } * } */ export interface EventTokenResponse { data: Flatfile.EventToken; }