Voice libary data presistence after codex
This commit is contained in:
14
web/types.ts
14
web/types.ts
@@ -28,6 +28,20 @@ export interface Voice {
|
||||
gender: string;
|
||||
language: string;
|
||||
description: string;
|
||||
model?: string;
|
||||
voiceKey?: string;
|
||||
speed?: number;
|
||||
gain?: number;
|
||||
pitch?: number;
|
||||
enabled?: boolean;
|
||||
isSystem?: boolean;
|
||||
}
|
||||
|
||||
export interface VendorCredential {
|
||||
vendorKey: string;
|
||||
vendorName: string;
|
||||
apiKey: string;
|
||||
baseUrl?: string;
|
||||
}
|
||||
|
||||
export interface KnowledgeBase {
|
||||
|
||||
Reference in New Issue
Block a user