UNPKG
node-sp-auth-config-nocolors
Version:
latest (3.0.6)
3.0.6
3.0.5
Config options builder for node-sp-auth (SharePoint Authentication in Node.js)
node-sp-auth-config-nocolors
/
dist
/
utils
/
env.d.ts
6 lines
(5 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IAuthEnvProps
{ [
key
:
string
]:
string
;
custom
?:
any
; }
export
declare
const
getConfigFromEnvVariables
:
() =>
IAuthEnvProps
|
null
;