Files
ghostwriter/app/utils/model.ts
2025-04-08 18:38:07 +03:00

21 lines
267 B
TypeScript

export const languages = ref([
"English",
"Greek",
"German",
"Italian",
"Polish",
]);
export const tones = ref([
"Motivational",
"Casual",
"Funny",
"Epic",
"Minimalist",
"Reflective",
"Poetic",
"Competitive",
"Adventure",
"Snarky",
]);