• Create a parameter from a schema type and the corresponding schema value.

    Returns

    A parameter of the provided value encoded using the schema type.

    Parameters

    • schemaType: SchemaType

      The schema type for some parameter.

    • value: unknown

      The parameter value fitting the schema type.

    Returns Parameter

Generated using TypeDoc