Finish up event queue abstraction
This commit is contained in:
@@ -19,7 +19,7 @@ type PMetaProduct = {
|
||||
|
||||
export type ProductSyncerOptions = {
|
||||
filter?: {
|
||||
pProductIds: number[] | null;
|
||||
pProductIds?: number[];
|
||||
},
|
||||
beforeStart?: (startDate: Date) => Promise<void>
|
||||
afterCompletion?: (completionDate: Date, duration: number) => Promise<void>
|
||||
|
||||
Reference in New Issue
Block a user