/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Serializer for individual configuration items */ export type ConfigurationItem = { /** * Configuration key */ key: string; /** * Configuration value stored as JSON */ value: any; };