UNPKG

@etsoo/materialui

Version:

TypeScript Material-UI Implementation

7 lines (6 loc) 153 B
import { IAppSettings } from "@etsoo/appscript"; /** * Service app settings interface */ export interface IServiceAppSettings extends IAppSettings { }