/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
 * A definition of possible service template parameters (python-cerberus compatible).
 */
export type PaasServiceParametersSchema = Record<string, any>;