@carsayo/types 1.1.783 → 1.1.784
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.
|
@@ -45,7 +45,7 @@ export type SearchMemberListInterval = keyof typeof SearchMemberListInterval;
|
|
|
45
45
|
export declare const SearchMemberSort: {
|
|
46
46
|
readonly created_at: "created_at";
|
|
47
47
|
readonly banned_at: "banned_at";
|
|
48
|
-
readonly
|
|
48
|
+
readonly deleted_at: "deleted_at";
|
|
49
49
|
};
|
|
50
50
|
export type SearchMemberSort = keyof typeof SearchMemberSort;
|
|
51
51
|
export declare const SearchMemberMode: {
|