feat(interfaces): ✨ IReqEditUserData
This commit is contained in:
parent
750e36e363
commit
b48b34e4e5
6
src/interfaces/IReqEditUserData.ts
Normal file
6
src/interfaces/IReqEditUserData.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export interface IReqEditUserData {
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
displayName?: string;
|
||||
password?: string;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user