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
/
wizards
/
askCredentials.d.ts
4 lines
(3 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
import
{
IWizardCallback
}
from
'../interfaces/wizard'
;
declare
const
wizard
:
IWizardCallback
;
export
default
wizard;