@bondsports/types 2.2.235 → 2.2.236
Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,8 @@ export interface GetPausableEntitiesOptions {
|
|
36
36
|
isInFuture?: boolean;
|
37
37
|
addPreviousRenewals?: boolean;
|
38
38
|
relations?: string[];
|
39
|
+
excludeIds?: number[];
|
40
|
+
hideCancelledMemberships?: boolean;
|
39
41
|
}
|
40
42
|
export interface GetPauseHistoryOptions extends PaginationQuery {
|
41
43
|
startDate?: Date;
|