export interface MetaProbeStatus { id: number; name: string; } export enum MetaProbeStatus_ID { INITIAL = 1, NORMAL = 2, }