tornado-pool-relayer/src/modules/api/types/index.ts

5 lines
55 B
TypeScript

type Health = {
status: string;
error: boolean;
};