- move config requiredVariables to contants
All checks were successful
Code quality checks / biome (push) Successful in 13s
All checks were successful
Code quality checks / biome (push) Successful in 13s
- change register email - add verify route ( mostly still needs to be tested
This commit is contained in:
parent
83b71f62cf
commit
fff3c3ca50
16 changed files with 482 additions and 89 deletions
|
@ -25,9 +25,15 @@ interface UrlValidationResult extends validationResult {
|
|||
normalizedUrl?: string;
|
||||
}
|
||||
|
||||
type simpleConfigValidation = {
|
||||
isValid: boolean;
|
||||
errors: string[];
|
||||
};
|
||||
|
||||
export type {
|
||||
genericValidation,
|
||||
validationResult,
|
||||
UrlValidationOptions,
|
||||
UrlValidationResult,
|
||||
simpleConfigValidation,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue