- more
This commit is contained in:
@@ -51,3 +51,11 @@ export const API_ENDPOINTS = {
|
||||
export const PERMISSIONS = {
|
||||
FACEBOOK: ['email', 'public_profile'],
|
||||
};
|
||||
|
||||
export const PHONE_TYPES = {
|
||||
HOME: { label: 'home', value: 'home' },
|
||||
MOBILE: { label: 'mobile', value: 'mobile' },
|
||||
WORK: { label: 'work', value: 'work' },
|
||||
};
|
||||
|
||||
export const PHONE_TYPE_DEFAULT = PHONE_TYPES.HOME.value;
|
||||
|
||||
Reference in New Issue
Block a user