import { IUserPerk } from './IUserPerk'; export interface ActivatePerkResponse { replacements?: IUserPerk[]; activatedPerk?: IUserPerk; }