export const generateId = (label: string, name: string): string => { return `${label}:${name}`; };