UNPKG
smppjs
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Modern approach to smpp protocol.
github.com/joaogervasoni/smppjs
joaogervasoni/smppjs
smppjs
/
lib
/
helpers
/
dtoValidation.d.ts
7 lines
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
DTO
,
DateType
}
from
'../types'
;
export
declare
const
dtoValidation
:
(
{ dto, MAX_LENGTH, DATE_TYPE, }: { dto: DTO; MAX_LENGTH?: Record<
string
,
number
>; DATE_TYPE?: Record<
string
, DateType>; }
) =>
void
;
//# sourceMappingURL=dtoValidation.d.ts.map