export interface DeleteContactCommand { id: string; hard?: boolean; // true for permanent delete, false/undefined for soft delete }