diff --git a/specification/watcher/execute_watch/types.ts b/specification/watcher/execute_watch/types.ts index 49a5383ce5..742fd5a825 100644 --- a/specification/watcher/execute_watch/types.ts +++ b/specification/watcher/execute_watch/types.ts @@ -29,6 +29,7 @@ import { TriggerEventResult } from '@watcher/_types/Trigger' import { WatchStatus } from '@watcher/_types/Watch' export class WatchRecord { + /** @codegen_name timestamp */ '@timestamp': DateTime node: string state: ExecutionStatus