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;
password: string;
id: string;
role?: Role;
role: Role;
}
import * as yup from 'yup';