tools/scheduled-deployments/functions/constants.js (8 lines of code) (raw):

/** * @fileoverview Declare constants used throughout Scheduled Deployment * functions. */ module.exports = Object.freeze({ PROJECT_ID: 'lily-test-170616', PREFIX: '', KIND: 'ScheduledDeployment', TRIGGER_KIND: 'Trigger', OPERATION_KIND: 'Operation', CRON_INTERVAL_IN_MIN: 10 });