import InterceptorsManager from "./InterceptorsManager";

export type Interceptors={
  before: InterceptorsManager,
  after: InterceptorsManager,
}