export interface Device { notification?: { pushEnabled: boolean; }; os: { type: string; ver: string; }; app: { appId: string; }; _id: string; deviceType: string; applicationId: string; organisationId: string; modified: string; created: string; deviceId: string; accountId: string; }