@doflo/flow-interfaces
Advanced tools
Comparing version 1.17.96 to 1.17.97
@@ -284,3 +284,3 @@ /// <reference types="node" /> | ||
} | ||
declare interface UpdateIntervalEvent { | ||
export interface UpdateIntervalEvent { | ||
id?: string; | ||
@@ -290,3 +290,3 @@ active?: boolean; | ||
} | ||
declare interface IntervalEvent<T = any> extends ActiveEvent<T> { | ||
export interface IntervalEvent<T = any> extends ActiveEvent<T> { | ||
id?: string; | ||
@@ -303,3 +303,3 @@ active?: boolean; | ||
} | ||
declare interface ActiveEvent<T = any> { | ||
export interface ActiveEvent<T = any> { | ||
id?: string; | ||
@@ -306,0 +306,0 @@ key?: string; |
{ | ||
"name": "@doflo/flow-interfaces", | ||
"version": "1.17.96", | ||
"version": "1.17.97", | ||
"description": "Public Interfaces, Schemas, & GRPC Signatures for doFlo developers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
405878