Created
June 16, 2024 14:30
-
-
Save PaulieScanlon/204c9e216bbf2c52375ebbea8cf4d87d to your computer and use it in GitHub Desktop.
Google Sheet config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ./utils/poll-config.ts | |
const config = [ | |
{ | |
name: 'Frontend Development', | |
id: 'frontend_development', | |
}, | |
{ | |
name: 'Software Development', | |
id: 'software_development', | |
}, | |
{ | |
name: 'Cloud Services', | |
id: 'cloud_services', | |
}, | |
{ | |
name: 'Machine Learning', | |
id: 'machine_learning', | |
}, | |
]; | |
export default config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment