···3939 percent?: number | null
4040}
41414242-export interface CommonSourceOptions {
4242+export interface CommonSourceOptions extends SourceRetryOptions {
4343 /**
4444 * If this source has INGRESS to MS (sends a payload, rather than MS GETTING requesting a payload)
4545 * then setting this option to true will make MS log the payload JSON to DEBUG output
···9090 scrobbleThresholds?: ScrobbleThresholds
9191}
92929393-export interface CommonSourceData extends CommonData, SourceRetryOptions {
9393+export interface CommonSourceData extends CommonData {
94949595}
9696