interface CollateCharsetOptions {
    charset?: string;
    collate?: string;
}

Hierarchy (view full)

Properties

Properties

charset?: string
collate?: string