export class OperationResult { success: boolean; code: string; message: string; data: any; }