@bondsports/types 2.2.175 → 2.2.176
Sign up to get free protection for your applications and to get access to all the features.
@@ -18,3 +18,7 @@ export type SegmentEntity = Segment | SegmentDto | DraftSegment;
|
|
18
18
|
export type SeriesEntity = Series | SeriesDto | DraftSeries;
|
19
19
|
export type SlotEntity = Slot | SlotDto | DraftSlot;
|
20
20
|
export type AddonEntity = Addon | AddonDto | DraftAddon;
|
21
|
+
export type IDraftEntitySplitAmount = {
|
22
|
+
amount: number;
|
23
|
+
id: string;
|
24
|
+
};
|