import { Temporal } from "@js-temporal/polyfill"; export type ActorTimerType = { period?: Temporal.Duration; dueTime?: Temporal.Duration; data?: any; ttl?: Temporal.Duration; callback: string; };