Restate Typescript SDK
    Preparing search index...

    The options for the input/output methods.

    interface Options {
        libraryOptions?: Record<string, unknown>;
        target: StandardJSONSchemaV1.Target;
    }
    Index

    Properties

    libraryOptions?: Record<string, unknown>

    Explicit support for additional vendor-specific parameters, if needed.

    Specifies the target version of the generated JSON Schema. Support for all versions is on a best-effort basis. If a given version is not supported, the library should throw.