andy-stack_vaultkeeper-ai/Enums/Greeting.ts

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!"
}