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