add fastify service result type

This commit is contained in:
Darius
2025-11-21 15:49:24 +01:00
parent 9269eaaa88
commit 94c10f13e9
4 changed files with 13 additions and 0 deletions

6
dist/fastify.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export type ServiceResult = {
result?: unknown;
error_message?: boolean;
error_code?: number;
};
//# sourceMappingURL=fastify.d.ts.map