export interface NewDevicePushEndpoint { uuid: string; registrationId: string; customData?: any; }