Restate Typescript SDK
    Preparing search index...
    • A Standard Schema-based serde.

      Type Parameters

      Parameters

      • schema: T

        the standard schema

      • OptionalvalidateOptions: Record<string, unknown>

        options passed to StandardSchemaV1.Options.libraryOptions when validating

      • OptionaljsonSchemaOptions: Record<string, unknown>

        options passed to StandardJsonSchemaV1.Options.libraryOptions for code generation

      Returns Serde<StandardSchemaV1.InferOutput<T>>

      a serde that will validate the data with the standard schema