Encoded
constEncoded:Schema.Struct<{args: typeofSchema.Any;name: typeofSchema.String; }>
Defined in: packages/@livestore/common/dist/schema/LiveStoreEvent/input.d.ts:13
Effect Schema for validating/decoding input events with encoded args.
Example
Section titled “Example”import { Schema } from '@effect/schema'const decoded = Schema.decodeUnknownSync(LiveStoreEvent.Input.Encoded)(rawEvent)