@iotexproject/kit 0.2.7 → 0.2.8
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/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9312,8 +9312,8 @@ export type CandidateProfile = {
|
|
|
9312
9312
|
tech_setup: string;
|
|
9313
9313
|
community_plan: string;
|
|
9314
9314
|
reward_plan: string;
|
|
9315
|
-
created_at:
|
|
9316
|
-
updated_at:
|
|
9315
|
+
created_at: string;
|
|
9316
|
+
updated_at: string;
|
|
9317
9317
|
temp_eth_address: string;
|
|
9318
9318
|
id: number;
|
|
9319
9319
|
reward_distribution_details: string;
|