Type alias EscapeValueObject

EscapeValueObject: {
    [field: string]: EscapeValue;
}

Object mapping string field names to EscapeValue items.

Type declaration