Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export type ServiceResult = {
|
||||
result?: unknown;
|
||||
error_message?: boolean;
|
||||
error_code?: number;
|
||||
result: unknown;
|
||||
succesful: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user