import { UserObligation } from '@jealous-robot-dev/drophr-common'; export interface DeactivationRequestResponse { can_deactivate: boolean; can_deactivate_at?: number; reasons: { id: UserObligation; cancellable: number; non_cancellable: number; }[]; }