UNPKG

scheunemann-interfaces

Version:
3 lines (2 loc) 148 B
import { IDesenfila, INatiWa, INatigo, IRabbit } from '../interfaces'; export type AppConfigType = null | INatigo | IRabbit | INatiWa | IDesenfila;