export interface RecurSubscriptionResponse {
    /**
     * Type: string<uuid>
     */
    operationId: string;
}
