export type SagaConfig = {
  debug?: boolean;
};
