Files

9 lines
99 B
JavaScript

/**
* Generic params
*/
export function KubernetesCommonParams() {
return {
id: '',
};
}