UNPKG

@sustain/core

Version:

Sustain is a Framework that is barely used despedcies to make stable and sustainable apps

5 lines (4 loc) 144 B
import {SustainInterceptor} from './sustain-interceptor.interface'; export interface ControllerConfig { interceptors: SustainInterceptor[]; }