Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-21 15:57:48 +01:00
parent 868bf0dc53
commit c415912a0a
3 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
export type ServiceResult = {
result?: unknown;
error_message?: boolean;
error_code?: number;
result: unknown;
succesful: boolean;
};