/** * #handle_ui.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ import type { Effect } from "../../effects/v1alpha/effect.js"; import type { UIEvent } from "./event.js"; /** @deprecated */ export type HandleUIEventRequest = { state?: { [key: string]: any; } | undefined; event?: UIEvent | undefined; }; /** @deprecated */ export type HandleUIEventResponse = { state?: { [key: string]: any; } | undefined; effects: Effect[]; }; //# sourceMappingURL=handle_ui.d.ts.map