Newer
Older
percord / src / util / schemas / responses / GeneralConfigurationResponse.ts
@Puyodead1 Puyodead1 on 13 Apr 2023 119 bytes oapi: policies
import { GeneralConfiguration } from "../../config";

export type GeneralConfigurationResponse = GeneralConfiguration;