Type alias UrlToken

UrlToken: Simplify<{
    _t: "url";
    value: string;
} & FileRange>

Generated using TypeDoc