This commit is contained in:
Benjamin Toby
2025-07-05 16:53:58 +01:00
parent 23d1b28354
commit d80d876ac1
5 changed files with 41 additions and 21 deletions
+1
View File
@@ -1389,6 +1389,7 @@ export type APIResponseObject<T extends any = any> = {
errors?: DSQLErrorObject[];
debug?: any;
batchPayload?: any[][] | null;
errorData?: any;
};
export declare const UserTypes: readonly ["su", "admin"];
export declare const SignUpParadigms: readonly [{