Server/project/src/models/eft/profile/IProfileChangeNicknameRequestData.ts

5 lines
77 B
TypeScript
Raw Normal View History

2023-11-15 20:35:05 -05:00
export interface IProfileChangeNicknameRequestData
2023-03-03 15:23:46 +00:00
{
2023-11-15 20:35:05 -05:00
nickname: string;
}