3.0.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"description": "MTLSZ frontend packages",
|
"description": "MTLSZ frontend packages",
|
||||||
"main": "dist/index.ts",
|
"main": "dist/index.ts",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
export interface GenericUser {
|
export interface GenericUser {
|
||||||
firstName: string | null;
|
firstName: string;
|
||||||
lastName: string | null;
|
lastName: string;
|
||||||
email: string | null;
|
email: string;
|
||||||
phone: string | null;
|
phone: string | null;
|
||||||
keycloakUserId: string | null;
|
keycloakUserId: string | null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user