Files
dpu-shared/dist/fastify.d.ts

5 lines
115 B
TypeScript

export type ServiceResult = {
result: unknown;
succesful: boolean;
};
//# sourceMappingURL=fastify.d.ts.map