magicrealmsshared 0.6.25 → 0.6.26
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.
|
@@ -176,4 +176,6 @@ export declare const WELL_PERSONAL_UPDATE_SHEME: z.ZodObject<{
|
|
|
176
176
|
_id: string;
|
|
177
177
|
}>;
|
|
178
178
|
export type WELL_PERSONAL_UPDATE = z.infer<typeof WELL_CHANNEL_SHEME>;
|
|
179
|
-
export type WELL_PERSONAL_UPDATE_RESPONSE =
|
|
179
|
+
export type WELL_PERSONAL_UPDATE_RESPONSE = Response & {
|
|
180
|
+
well: WellWithPlayer<string, number>;
|
|
181
|
+
};
|