/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ /** * The payload of the observable event. */ export type ActionEventSchemaPayload = { [key: string]: any };