src/shared/types/index.type.ts (8 lines of code) (raw):

export type IndexType = { id: "string"; name: "string"; type: "string"; health: boolean; connected: boolean; docsCount: number; };