SafeValues
Interface: SafeValues<T>
Defined in: tagscript-plugin-discord/src/lib/Transformer/Base.ts:10
A key value pair without sensitive information.
Type Parameters
T
T
The base type.
Indexable
[key: string]: outputResolvable | ((base) => outputResolvable)