Merge branch 'dev' into analytics
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user