fix type.
This commit is contained in:
@@ -13,7 +13,7 @@ export interface UsersRequestBody {
|
||||
username: string;
|
||||
password: string;
|
||||
id: string;
|
||||
role?: Role;
|
||||
role: Role;
|
||||
}
|
||||
|
||||
import * as yup from 'yup';
|
||||
|
||||
Reference in New Issue
Block a user