We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d802a0e commit 5d9c8cbCopy full SHA for 5d9c8cb
src/lib/types.ts
@@ -328,6 +328,7 @@ export namespace Tz {
328
state: KeyValue;
329
endpoint_name: string | undefined;
330
membersState?: {[s: string]: KeyValue};
331
+ publish: Publish;
332
}
333
// biome-ignore lint/suspicious/noConfusingVoidType: allow for converters
334
export type ConvertSetResult = {state?: KeyValue; membersState?: {[s: string]: KeyValue}} | void;
0 commit comments