Skip to content

Commit 5d9c8cb

Browse files
ghozKoenkk
andauthored
fix: Adds publish to Tz.Meta type (#8875)
Co-authored-by: Koen Kanters <[email protected]>
1 parent d802a0e commit 5d9c8cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ export namespace Tz {
328328
state: KeyValue;
329329
endpoint_name: string | undefined;
330330
membersState?: {[s: string]: KeyValue};
331+
publish: Publish;
331332
}
332333
// biome-ignore lint/suspicious/noConfusingVoidType: allow for converters
333334
export type ConvertSetResult = {state?: KeyValue; membersState?: {[s: string]: KeyValue}} | void;

0 commit comments

Comments
 (0)