import type * as ElevenLabs from "../index"; /** * The pending change for the user. */ export type SubscriptionPendingChange = ElevenLabs.PendingSubscriptionSwitchResponseModel | ElevenLabs.PendingCancellationResponseModel;