export declare type ApiBodyProductVisiblity = { slug?: string; name?: string; description?: string; color?: string; colorBackground?: string; };