mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 06:42:03 +00:00
6 lines
No EOL
241 B
TypeScript
6 lines
No EOL
241 B
TypeScript
export enum Greeting {
|
|
Morning = "Good morning! Shall we get started?",
|
|
Midday = "Hello! How can I assist you today?",
|
|
Evening = "What can I do for you this evening?",
|
|
Night = "Burning the midnight oil? I'm here to help!"
|
|
} |