feat: add EZPPUser type definition for user management
This commit is contained in:
parent
b4814b57cf
commit
ccb755603e
6
src/lib/types.ts
Normal file
6
src/lib/types.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export type EZPPUser = {
|
||||
id: number;
|
||||
donor: boolean;
|
||||
name: string;
|
||||
email: string;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user