blob: 6511ea09c96d17968be50fcfdafe2a9b8b62eaca [file]
export interface NuvolarisLoginParams {
nuvUser: string | undefined,
nuvApiHost: string | undefined,
nuvPassword: string | undefined
}
export interface ValidatorAssertion {
isValid: boolean,
message: string,
htmlElement: HTMLElement
}