"make avatar mandatory and add collectionId to User interface"
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
export interface User {
|
||||
id: string;
|
||||
name?: string;
|
||||
avatar?: string;
|
||||
avatar: string;
|
||||
email?: string;
|
||||
|
||||
collectionId: string;
|
||||
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
Reference in New Issue
Block a user