mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-16 02:05:04 +01:00
fix type.
This commit is contained in:
parent
fcd7fac2ce
commit
f2f5517051
@ -13,7 +13,7 @@ export interface UsersRequestBody {
|
||||
username: string;
|
||||
password: string;
|
||||
id: string;
|
||||
role?: Role;
|
||||
role: Role;
|
||||
}
|
||||
|
||||
import * as yup from 'yup';
|
||||
|
Loading…
Reference in New Issue
Block a user