Skip to content

Instantly share code, notes, and snippets.

@PaulieScanlon
Created June 16, 2024 14:30
Show Gist options
  • Save PaulieScanlon/204c9e216bbf2c52375ebbea8cf4d87d to your computer and use it in GitHub Desktop.
Save PaulieScanlon/204c9e216bbf2c52375ebbea8cf4d87d to your computer and use it in GitHub Desktop.
Google Sheet config
// ./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