type Config = { zIndex: number; }; export const config: Config = { zIndex: 600 };