import type { Model, ModelProperties } from "../models"; import type { Service } from "./Service"; /** * A service that supports serializable configuration. */ export interface ConfigurableService extends Omit, Model { }