import { IDesenfila, INatiWa, INatigo, IRabbit } from '../interfaces';
export type AppConfigType = null | INatigo | IRabbit | INatiWa | IDesenfila;
