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
|
||||
1
dist/fastify.d.ts.map
vendored
Normal file
1
dist/fastify.d.ts.map
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"fastify.d.ts","sourceRoot":"","sources":["../src/fastify.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC"}
|
||||
1
dist/fastify.js
vendored
Normal file
1
dist/fastify.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
Reference in New Issue
Block a user