UNPKG

@wepublish/api

Version:
3 lines (2 loc) 191 B
import { SettingRestriction } from './settings.model'; export declare function checkSettingRestrictions(val: unknown, currentVal: unknown, restriction: SettingRestriction | undefined): void;