UNPKG

@gridscale/api

Version:
8 lines (7 loc) 226 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * A definition of possible service template parameters (python-cerberus compatible). */ export type PaasServiceParametersSchema = Record<string, any>;