/** * #action.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type ScheduledAction = { /** Arbitrary string for an Actor's internal use */ type: string; /** Arbitrary string for an Actor's internal use (i.e.: JSON serialized data) */ data?: { [key: string]: any; } | undefined; }; //# sourceMappingURL=action.d.ts.map