@zodic/shared 0.0.258 → 0.0.260
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/package.json +1 -1
- package/types/scopes/generic.ts +2 -3
package/package.json
CHANGED
package/types/scopes/generic.ts
CHANGED
|
@@ -209,8 +209,8 @@ export type Mode = {
|
|
|
209
209
|
};
|
|
210
210
|
|
|
211
211
|
export type DominantSign = {
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
sign_id: number;
|
|
213
|
+
sign_name: string;
|
|
214
214
|
percentage: number;
|
|
215
215
|
};
|
|
216
216
|
|
|
@@ -480,7 +480,6 @@ export interface AstroKVData {
|
|
|
480
480
|
type: string;
|
|
481
481
|
orb: number;
|
|
482
482
|
diff: number;
|
|
483
|
-
description: string | null;
|
|
484
483
|
report: string | null;
|
|
485
484
|
}>;
|
|
486
485
|
}
|