Generic Commit; Most likely a fix or small feature
This commit is contained in:
4
dist/fastify.d.ts
vendored
4
dist/fastify.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
export type ServiceResult = {
|
||||
result: unknown;
|
||||
export type ServiceResult<T = unknown> = {
|
||||
result: T;
|
||||
succesful: boolean;
|
||||
};
|
||||
//# sourceMappingURL=fastify.d.ts.map
|
||||
Reference in New Issue
Block a user