This commit is contained in:
Darius
2026-02-08 12:52:31 +01:00
parent e834725b1a
commit 6b4bd73b14
3 changed files with 5 additions and 5 deletions

2
dist/fastify.d.ts vendored
View File

@@ -17,6 +17,6 @@ export declare abstract class BaseService<T> {
constructor(client: T);
getClient(): T;
getSuccessfulResult<R = unknown>(result: R): ServiceResult<R>;
getErrorResult(error: string): ServiceResult<string>;
getErrorResult(errorMessage: string, error?: unknown): ServiceResult<string>;
}
//# sourceMappingURL=fastify.d.ts.map