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
/
config
/
index.d.ts
4 lines
(3 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
import
{
IStrategyDictItem
}
from
'../interfaces'
;
export
declare
const
getTargetsTypes
:
() =>
string
[];
export
declare
const
getStrategies
:
() =>
IStrategyDictItem
[];