/**
 * @example
 *     {
 *         call_id: "call_id"
 *     }
 */
export interface ShowCallRecordingRequest {
    /** The id of the call */
    call_id: string;
}
