Skip to content

Decoded

const Decoded: Schema.Struct<{ args: typeof Schema.Any; clientId: typeof Schema.String; name: typeof Schema.String; parentSeqNum: Schema.Struct<{ client: Schema.BrandSchema<number & Brand, number, never>; global: Schema.BrandSchema<number & Brand, number, never>; rebaseGeneration: typeof Schema.Int; }> & object; seqNum: Schema.Struct<{ client: Schema.BrandSchema<number & Brand, number, never>; global: Schema.BrandSchema<number & Brand, number, never>; rebaseGeneration: typeof Schema.Int; }> & object; sessionId: typeof Schema.String; }>

Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/client.d.ts:8

Effect Schema for client events with decoded args.