UNPKG

profile-plus

Version:

### IOS

10 lines (9 loc) 394 B
import { NamedNode } from 'lincd/models'; import { UserAccount as SiocUserAccount } from 'lincd-sioc/shapes/UserAccount'; export declare class UserAccount extends SiocUserAccount { static targetClass: NamedNode; get enabledLocationServices(): boolean; set enabledLocationServices(val: boolean); get enabledNotifications(): boolean; set enabledNotifications(val: boolean); }