fix: uncomment ShortName

This commit is contained in:
2026-02-11 02:39:09 -03:00
parent 9025831f3d
commit cbb5a9a76a
+2 -2
View File
@@ -29,8 +29,8 @@ interface PendingRequest {
} }
interface VoiceInfo { interface VoiceInfo {
Name: string; // Name: string;
// ShortName: string, ShortName: string,
// Gender: string, // Gender: string,
// Locale: string, // Locale: string,
} }