UNPKG
netsuite-oauth-client
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
NetSuite OAuth 1.0 client library for Node.js with TypeScript support
netsuite-oauth-client
/
dist
/
utils
/
validation.d.ts
4 lines
•
266 B
TypeScript
View Raw
1
2
3
4
import
{
NetSuiteCredentials
}
from
'../types'
;
export
declare
function
validateCredentials
(
credentials
:
NetSuiteCredentials
):
void
;
export
declare
function
validateRequestParams
(
requestUrl
:
string
,
httpMethod
:
string
):
void
;
//# sourceMappingURL=validation.d.ts.map