/** * PagarmeApiSDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; /** Request to update the end date of the current subscription cycle */ export interface UpdateCurrentCycleEndDateRequest { /** Current cycle end date */ endAt?: string; } export declare const updateCurrentCycleEndDateRequestSchema: Schema;