type alias NullableRulesimport { type NullableRules } from "https://deno.land/x/value_schema@v4.0.0-rc.2/dist-deno/libs/publicTypes.ts"; definition: { ifNull: null; } | { ifUndefined: null; } | { ifEmptyString: null; }