SpaceNinjaServer/src/types/customTypes.ts
2023-05-23 20:42:06 -04:00

7 lines
129 B
TypeScript

export interface IAccountCreation {
email: string;
password: string;
DisplayName: string;
CountryCode: string;
}