
export interface AIContext {
  ID_AI_CONTEXT: number;
  NOMBRE: string;
  WA_NUMERO: string;
  ESTADO?: number;
}
