Tagscript

SafeValues

TagScript


Interface: SafeValues<T>

Defined in: tagscript-plugin-discord/src/lib/Transformer/Base.ts:12

A key value pair without sensitive information.

Type Parameters

T

T

The base type.

Indexable

[key: string]: outputResolvable | (base) => outputResolvable

On this page