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