@karmaniverous/hook-form-semantic
    Preparing search index...

    Interface CsvBounds

    interface CsvBounds {
        max?: number;
        min?: number;
    }
    Index
    max?: number
    min?: number