forked from OpenWF/SpaceNinjaServer
7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
export interface IAccountCreation {
|
|
email: string;
|
|
password: string;
|
|
DisplayName: string;
|
|
CountryCode: string;
|
|
}
|