Interface StringOptions

interface StringOptions {
    encoded?: boolean;
    id?: number;
}

Properties

Properties

encoded?: boolean
id?: number