Sign in
apache
/
openserverless-vscode-extension
/
refs/heads/main
/
.
/
src
/
interfaces.ts
blob: 6511ea09c96d17968be50fcfdafe2a9b8b62eaca [
file
]
export
interface
NuvolarisLoginParams
{
nuvUser
:
string
|
undefined
,
nuvApiHost
:
string
|
undefined
,
nuvPassword
:
string
|
undefined
}
export
interface
ValidatorAssertion
{
isValid
:
boolean
,
message
:
string
,
htmlElement
:
HTMLElement
}