export interface OperationResult { isSuccess: boolean; data: any; error: string; }