@xoxno/types 1.0.290 → 1.0.291
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.
|
@@ -39,11 +39,11 @@ export declare class PerpCoinExtendedSlimWsNest extends PerpCoinExtendedSlimWsNe
|
|
|
39
39
|
}
|
|
40
40
|
declare type PerpSpotCoinExtendedSlim_base = Omit<PerpSpotCoinExtendedSlimWs, "ctx">;
|
|
41
41
|
export declare type PerpSpotCoinExtendedSlim = PerpSpotCoinExtendedSlim_base & {
|
|
42
|
-
ctx:
|
|
42
|
+
ctx: PerpSpotCoinExtendedSlimWs['ctx'] & Pick<PerpSpotCoinExtended['ctx'], 'categories'>;
|
|
43
43
|
};
|
|
44
44
|
declare const PerpSpotCoinExtendedSlimNest_base: import("@nestjs/common").Type<Omit<PerpSpotCoinExtendedSlimWs, "ctx">>;
|
|
45
45
|
export declare class PerpSpotCoinExtendedSlimNest extends PerpSpotCoinExtendedSlimNest_base {
|
|
46
|
-
ctx:
|
|
46
|
+
ctx: PerpSpotCoinExtendedSlimWs['ctx'] & Pick<PerpSpotCoinExtended['ctx'], 'categories'>;
|
|
47
47
|
}
|
|
48
48
|
declare type PerpCoinExtendedSlim_base = Omit<PerpCoinExtendedSlimWs, "ctx">;
|
|
49
49
|
export declare type PerpCoinExtendedSlim = PerpCoinExtendedSlim_base & {
|