UNPKG

@gridscale/api

Version:
5 lines (4 loc) 165 B
/** * A definition of possible service template parameters (python-cerberus compatible). */ export declare type PaasServiceParametersSchema = Record<string, any>;