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

5 lines
55 B
TypeScript

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