lancer-shared 1.2.227 → 1.2.228
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.
|
@@ -1892,3 +1892,4 @@ export interface BidConfig extends z.infer<typeof bidConfigSchema> {
|
|
|
1892
1892
|
export type WeekDays = z.infer<typeof weekDaysEnum>;
|
|
1893
1893
|
export type TimeBlock = z.infer<typeof timeBlockSchema>;
|
|
1894
1894
|
export type WorkTime = z.infer<typeof workTimeSchema>;
|
|
1895
|
+
export type InsufficeintBoostConnectsAction = z.infer<typeof insufficeintBoostConnectsActionEnum>;
|