Files
EZPPLauncher/src/lib/types.ts

7 lines
93 B
TypeScript

export type EZPPUser = {
id: number;
donor: boolean;
name: string;
email: string;
};