Function fromBase64SchemaType

  • 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

    • schemaBase64: string

      The schema type for some parameter in base64.

    • value: unknown

      The parameter value fitting the schema type.

    Returns Parameter

Generated using TypeDoc