Home Reference Source

src/users-new/PresenceActivity.ts

export type PresenceActivity =
	'appointment' | 'away' | 'breakfast' | 'busy' | 'dinner' | 'holiday' | 'inTransit' | 'lookingForWork' | 'lunch' | 'meal' | 'meeting' | 'onThePhone' | 'other' | 'performance' | 'permanentAbsence' | 'playing' | 'presentation' | 'shopping' | 'sleeping' | 'spectator' | 'steering' | 'travel' | 'tv' | 'unknown' | 'vacation' | 'working' | 'worship';