export class DeviceTokenRequest { pushToken: string; constructor() { this.pushToken = null; } }