bugfix #39

Merged
Donat merged 1 commits from merge_branch into main 2025-09-29 13:46:05 +02:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 14a94ea03f - Show all commits
@@ -6,6 +6,5 @@ export interface CreateUserCommand {
lname: string;
code?: string;
orgid?: string;
type: string;
phone?: string;
}
@@ -7,7 +7,6 @@ export interface UpdateUserCommand {
fname?: string;
lname?: string;
code?: string;
type?: string;
phone?: string;
state?: number;
}