Merge branch 'dev' into analytics

This commit is contained in:
Mike Cao 2023-08-26 16:59:50 -07:00
commit 0d10fd9a07

View file

@ -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';