Initial commit
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m18s
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m18s
This commit is contained in:
10
src/voice.ts
Normal file
10
src/voice.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
interface Voice {
|
||||
directory: string;
|
||||
extension: string;
|
||||
}
|
||||
|
||||
type Voices = { [name: string]: Voice };
|
||||
|
||||
export type { Voice, Voices };
|
Reference in New Issue
Block a user