import { TCommonsStrictParamResult } from './tcommons-strict-param-result.mjs'; export type TCommonsStrictParamPropertyObject = { [name: string]: TCommonsStrictParamResult | TCommonsStrictParamResult[]; };