add fastify service result type
This commit is contained in:
6
dist/fastify.d.ts
vendored
Normal file
6
dist/fastify.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export type ServiceResult = {
|
||||
result?: unknown;
|
||||
error_message?: boolean;
|
||||
error_code?: number;
|
||||
};
|
||||
//# sourceMappingURL=fastify.d.ts.map
|
||||
Reference in New Issue
Block a user