import { ConfigurationType } from "./Configuration.type"; export type SubscribeConfigurationResponse = { items: ConfigurationType; };