Files
2026-07-13 12:08:39 +08:00

9 lines
99 B
JavaScript

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