Interface IValueStringBlobBase

interface IValueStringBlobBase {
    encoding?: string;
    max: number;
}

Hierarchy (View Summary)

Properties

Properties

encoding?: string
max: number