@rabby-wallet/rabby-api 0.9.34-alpha.2 → 0.9.34-alpha.4
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/types.d.ts +1 -4
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1637,12 +1637,9 @@ export declare type UserFeedbackItem = {
|
|
|
1637
1637
|
title: string;
|
|
1638
1638
|
content: string;
|
|
1639
1639
|
image_url_list: string[];
|
|
1640
|
-
status: 'pending' | '
|
|
1640
|
+
status: 'pending' | 'complete' | 'closed';
|
|
1641
1641
|
create_at: number;
|
|
1642
1642
|
comment: string | null;
|
|
1643
1643
|
comment_at: number | null;
|
|
1644
1644
|
};
|
|
1645
|
-
export declare type UserFeedbackUploadedImage = {
|
|
1646
|
-
image_url: string;
|
|
1647
|
-
};
|
|
1648
1645
|
export {};
|