UNPKG

@techmmunity/symbiosis

Version:

Symbiosis - The Ultimate OM For All Databases

6 lines (5 loc) 185 B
import { SaveOperator } from "./base"; /** * Changes the value of the column ONLY IF it's lower than the value specified */ export declare const Max: (value: number) => SaveOperator;