import { SustainInterceptor } from './sustain-interceptor.interface';
export interface ControllerConfig {
    interceptors: SustainInterceptor[];
}
