member edit, update and delete

This commit is contained in:
Julian Krauser 2024-09-26 13:16:43 +02:00
parent 72c47ba212
commit ade837b5ab
4 changed files with 126 additions and 3 deletions

View file

@ -1,6 +1,6 @@
export enum Salutation {
Sir = "sir",
Madam = "madam",
sir = "sir",
madam = "madam",
other = "other",
none = "none",
}