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;
}