Restate Typescript SDK
    Preparing search index...

    Interface StandardJSONSchemaV1<Input, Output>

    The Standard JSON Schema interface.

    interface StandardJSONSchemaV1<Input = unknown, Output = Input> {
        "~standard": StandardJSONSchemaV1.Props<Input, Output>;
    }

    Type Parameters

    • Input = unknown
    • Output = Input
    Index

    Properties

    Properties

    The Standard JSON Schema properties.