enum StringVariableKind

Enum representing the kinds of string variables.

Members

BASE64

Represents a Base64 encoded string variable.

UTF

Represents a UTF string variable.

UTF16

Represents a UTF-16 string variable.

UTF8

Represents a UTF-8 string variable.

UTF8_LIST

Represents a list of UTF-8 string variables.

Usage

import { StringVariableKind } from ".";