mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 20:00:25 +00:00
Added skype and telegram to GitProfile props
* Added skype and telegram to GitProfile props via PropTypes. * Added skype and telegram to types.d.ts
This commit is contained in:
@@ -255,6 +255,8 @@ GitProfile.propTypes = {
|
|||||||
dev: PropTypes.string,
|
dev: PropTypes.string,
|
||||||
stackoverflow: PropTypes.string,
|
stackoverflow: PropTypes.string,
|
||||||
website: PropTypes.string,
|
website: PropTypes.string,
|
||||||
|
skype: PropTypes.string,
|
||||||
|
telegram: PropTypes.string,
|
||||||
phone: PropTypes.string,
|
phone: PropTypes.string,
|
||||||
email: PropTypes.string,
|
email: PropTypes.string,
|
||||||
}),
|
}),
|
||||||
|
|||||||
10
types/index.d.ts
vendored
10
types/index.d.ts
vendored
@@ -94,6 +94,16 @@ export interface Social {
|
|||||||
*/
|
*/
|
||||||
website?: string;
|
website?: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Skype username
|
||||||
|
*/
|
||||||
|
skype?: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Telegram username
|
||||||
|
*/
|
||||||
|
telegram?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Phone
|
* Phone
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user