/** * This file was auto-generated by Fern from our API Definition. */ /** * Category code corresponding to the gender of the generated voice. Possible values: female, male. */ export type BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender = "female" | "male"; export declare const BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender: { readonly Female: "female"; readonly Male: "male"; };