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