import { IAppSettings } from "@etsoo/appscript";
/**
 * Service app settings interface
 */
export interface IServiceAppSettings extends IAppSettings {
}
