summary refs log tree commit diff
path: root/src/util/schemas/responses/GeneralConfigurationResponse.ts
blob: 4feaa32dd4637a7adc0ca78670ade4156defc523 (plain) (blame)
1
2
3
import { GeneralConfiguration } from "../../config";

export type GeneralConfigurationResponse = GeneralConfiguration;