hevy-shared 1.0.991 → 1.0.992
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/built/index.d.ts +0 -3
- package/package.json +1 -1
package/built/index.d.ts
CHANGED
|
@@ -1627,9 +1627,6 @@ export interface GymRequest {
|
|
|
1627
1627
|
latitude: number;
|
|
1628
1628
|
longitude: number;
|
|
1629
1629
|
}
|
|
1630
|
-
export interface GymResponse {
|
|
1631
|
-
gyms: Gym[];
|
|
1632
|
-
}
|
|
1633
1630
|
export interface StripePrice {
|
|
1634
1631
|
product_id: string;
|
|
1635
1632
|
billing_period: 'month' | 'year' | 'pay-once';
|