UNPKG

@sustain/core

Version:

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

5 lines (4 loc) 132 B
import { ControllerConfig } from './controller-config.interface'; export interface Controller { config: ControllerConfig; }