/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Documents the ``wake`` RPC response. * * The upstream ``context.cron.wake(...)`` shape isn't pinned in the * published docs; fields here are the ones consistently observed in * practice. Treat as best-effort — additional fields may be present. */ export type WakeResponse = { ok?: boolean; scheduled?: boolean; sessionKey?: string; runId?: string; nextRunAtMs?: number; };