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
@@ -1608,6 +1608,7 @@ export type APIResponseObject<T extends any = any> = {
errors?: DSQLErrorObject[];
debug?: any;
batchPayload?: any[][] | null;
errorData?: any;
};
export const UserTypes = ["su", "admin"] as const;