export interface Operator { OperatorId: number | null; OperatorName: string; AssetName?: string | null; Enabled: boolean; IsActive: boolean; }