import { LiveSchema } from"./TranscriptionSchema";
/**
* Partial configuration options for the LiveSchema, including:
* - `numerals`: Configures how numerals are handled in the live transcription.
*/exporttypeLiveConfigOptions = Partial<Pick<LiveSchema, "numerals">>;