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

5 lines
122 B
TypeScript

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