move validationResult to value instead, add create, delete, list, info route for guilds
All checks were successful
Code quality checks / biome (push) Successful in 11s

This commit is contained in:
creations 2025-06-18 18:43:47 -04:00
parent ca0410f7fb
commit 1e6003079b
Signed by: creations
GPG key ID: 8F553AA4320FC711
30 changed files with 870 additions and 90 deletions

View file

@ -6,8 +6,7 @@ type genericValidation = {
type validationResult = {
valid: boolean;
error?: string;
username?: string;
name?: string;
value?: string;
};
interface UrlValidationOptions {