export type ServiceResult = { result?: unknown; error_message?: boolean; error_code?: number; }; //# sourceMappingURL=fastify.d.ts.map