interface IUserInfo {
user: string;
hobbies: string[];
country: string;
}
const userInfo: IUserInfo = {
user: 'Josh Ibbotson',
hobbies: ['Hand Tool Woodworking', 'Japanese language', 'Programming', 'Hiking'],
country: 'UK',
}-
Notifications
You must be signed in to change notification settings - Fork 0
Joshibbotson/Joshibbotson
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
ย | ย | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published

