Naomi Carrigan 7c0bd7ad10 feat: update this highly outdated app to use latest packages and custom configs (#1)
Reviewed-on: https://codeberg.org/nhcarrigan/tingle-bot/pulls/1
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
2024-09-26 19:46:33 +00:00

15 lines
221 B
TypeScript

/**
* @copyright nhcarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
export type WindName =
| "Calm"
| "Breeze"
| "Moderate"
| "Fresh"
| "Strong"
| "Gale"
| "Storm"
| "Hurricane";