word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
8 lines • 393 B
TypeScript
import type { IOxfordPronunciationRegion } from "../../types/index.js";
export interface IPronunciationAudioRequest {
id: string;
region: IOxfordPronunciationRegion;
pronunciation: string;
}
export declare function getCardPronunciationAudio({ id, region, pronunciation, }: IPronunciationAudioRequest): Promise<string | null>;
//# sourceMappingURL=getCardPronunciationAudio.d.ts.map