Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-21 15:57:48 +01:00
parent 868bf0dc53
commit c415912a0a
3 changed files with 5 additions and 7 deletions

5
dist/fastify.d.ts vendored
View File

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

View File

@@ -1 +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"}
{"version":3,"file":"fastify.d.ts","sourceRoot":"","sources":["../src/fastify.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC"}