interface SupportableNumericOptions {
    unsigned: boolean;
    zerofill: boolean;
}

Hierarchy (view full)

Properties

Properties

unsigned: boolean

Whether this dialect supports the unsigned option natively

zerofill: boolean