This commit is contained in:
2025-09-29 13:45:25 +02:00
parent 8980d98394
commit 14a94ea03f
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;
}