Merge pull request 'bugfix' (#39) from merge_branch into main

Reviewed-on: #39
This commit was merged in pull request #39.
This commit is contained in:
2025-09-29 11:46:04 +00:00
2 changed files with 0 additions and 2 deletions
@@ -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;
}