ff-admin-server/src/enums/salutation.ts

7 lines
97 B
TypeScript
Raw Normal View History

2024-09-14 11:32:34 +02:00
export enum Salutation {
Sir = "sir",
Madam = "madam",
other = "other",
none = "none",
}