import { ContainerName } from '@/types/locatorApi'; export default function getContainerColours(name: ContainerName, bodyColour?: string, lidColour?: string, colours?: { [key: string]: { [key: string]: string; }; }): {};