diff --git a/src/lib/types.ts b/src/lib/types.ts index 701938f5a887b..bb4195dcdd6b0 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -328,6 +328,7 @@ export namespace Tz { state: KeyValue; endpoint_name: string | undefined; membersState?: {[s: string]: KeyValue}; + publish: Publish; } // biome-ignore lint/suspicious/noConfusingVoidType: allow for converters export type ConvertSetResult = {state?: KeyValue; membersState?: {[s: string]: KeyValue}} | void;