rozod
    Preparing search index...

    Variable patchVipServersIdSubscriptionConst

    patchVipServersIdSubscription: EndpointGeneric<
        { id: number },
        {
            active: boolean;
            canRenew: boolean;
            expirationDate: string;
            expired: boolean;
            hasInsufficientFunds: boolean;
            hasPriceChanged: boolean;
            hasRecurringProfile: boolean;
            price: number;
        },
        { active: boolean; price: number },
    > = ...