import { TCommonsStrictParamPropertyObject } from '../types/tcommons-strict-param-property-object.mjs'; export interface ICommonsStrictParamsRequest { strictParams: TCommonsStrictParamPropertyObject; }