Type Alias PresentationChaptersOptions

PresentationChaptersOptions: RequestOptions & UploadFileOptions & {
    contentType?: LiteralString<
        | "application/vnd.ms-powerpoint"
        | "application/vnd.openxmlformats-officedocument.presentationml.presentation",
    >;
}