Server/project/src/models/eft/profile/IProfileChangeVoiceRequestData.ts
2023-03-03 15:23:46 +00:00

4 lines
70 B
TypeScript

export interface IProfileChangeVoiceRequestData
{
voice: string
}