Files
dpu-shared/dist/fastify.d.ts
2025-11-21 15:49:24 +01:00

6 lines
146 B
TypeScript

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