Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class TaggedValue
import { TaggedValue } from "https://deno.land/x/authlete_deno@v1.2.3/src/dto/tagged_value.ts";

A string value with a language tag.

Properties

optional
tag: string

The tag.

optional
value: string

The value.