mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 00:55:37 +01:00
fix type.
This commit is contained in:
parent
fcd7fac2ce
commit
f2f5517051
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export interface UsersRequestBody {
|
||||||
username: string;
|
username: string;
|
||||||
password: string;
|
password: string;
|
||||||
id: string;
|
id: string;
|
||||||
role?: Role;
|
role: Role;
|
||||||
}
|
}
|
||||||
|
|
||||||
import * as yup from 'yup';
|
import * as yup from 'yup';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue