SpaceNinjaServer-RU/src/types/customTypes.ts
Ângelo Tadeucci 84c825e8a7 Initial commit
2023-05-19 15:26:36 -03:00

7 lines
121 B
TypeScript

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